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