{ "product_id": 2, "boss_id": 4, "favorite_id": 4 }
curl --location --request POST '/api/v1/favorites/create' \ --header 'access_token;' \ --header 'refresh_token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "product_id": 2, "boss_id": 4, "favorite_id": 4 }'
{}