curl --location --request POST 'https://naapsak.berkeugur.com/api/favorites/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": "6503f1234567890abcdef123"
}'
{
"message": "İşletme favorilere eklendi",
"favoriteId": "6503f1234567890abcdef789",
"totalFavorites": 5
}