Authorization: Bearer ********************{
"product_id": 2
}curl --location 'https://api.innoshop.net/api/favorites/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"product_id": 2
}'{}