curl --location --request POST '/user_favorites' \
--header 'Authorization: Bearer <token>' \
--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
}