curl --location --request GET '/profile/favorites?user_id&page&page_size' \
--header 'Authorization: {{Authorization}}'{
"code": 20000,
"data": {
"list": [
{
"category_id": 1,
"category_name": "技术讨论",
"created_at": "2024-01-01T00:00:00Z",
"favorite_count": 5,
"favorited_at": "2024-01-02T00:00:00Z",
"id": 1,
"like_count": 10,
"title": "我的第一个帖子",
"username": "testuser",
"view_count": 100
}
],
"page": 0,
"page_size": 0,
"total": 0
},
"msg": null
}