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