{
"id": 0,
"name": "string",
"description": "string"
}
curl --location --request POST 'http://127.0.0.1:8882/luckyjourney/customer/favorites' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"description": "string"
}'
{}