curl --location --request GET '/profile/comments?user_id&page&page_size' \
--header 'Authorization: {{Authorization}}'{
"code": 20000,
"data": {
"list": [
{
"content": "很有见地的评论",
"created_at": "2024-01-01T00:00:00Z",
"dislike_count": 1,
"id": 1,
"like_count": 10,
"post_id": 1,
"post_title": "我的第一个帖子"
}
],
"page": 0,
"page_size": 0,
"total": 0
},
"msg": null
}