curl --location --request GET '/discovery/comments'{
"code": 20000,
"data": {
"comments": [
{
"avatar": "string",
"content": "string",
"created_at": "string",
"id": 0,
"like_count": 0,
"post_id": 0,
"post_title": "string",
"user_id": 0,
"username": "string"
}
]
},
"err_code": "string",
"msg": null
}