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