curl --location --request POST '/favorite' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"code": 0,
"message": "string",
"data": {
"status": "success",
"is_favorite": true
},
"timestamp": 0
}