{
"name": "string",
"cover": "string",
"intro": "string"
}
curl --location --request POST 'http://localhost:0721/api/favorite/new' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"cover": "string",
"intro": "string"
}'
{
"code": 45,
"message": "sint dolor amet labore",
"data": "aliquip deserunt"
}