curl --location --request POST '/user_favorites' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiIxIiwidXNlcm5hbWUiOiJ0d2VsdmUiLCJlbWFpbCI6IjQ2ODkwOTc2NUBxcS5jb20iLCJncm91cGlkIjoiMSIsImlhdCI6MTc0NTA4MTYzOCwiZXhwIjoxNzQ3NjczNjM4fQ.ot07bSsVEnmB9rpJftJI2qMIXX-VZHex81kDi49Vxi0' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page": 0,
"page_size": 0,
"list": [
{
"tid": 0,
"fid": 0,
"forum_name": "string",
"subject": "string",
"author": {
"uid": 0,
"username": "string",
"avatar": "string"
},
"dateline": 0,
"dateline_formatted": "string",
"favorite_time": 0,
"views": 0,
"replies": 0
}
]
},
"timestamp": 0
}