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