{
"eventId": "string",
"unFav": true
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/user/favorite' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "string",
"unFav": true
}'{
"code": 0,
"msg": "",
"data": {},
"success": false
}