curl --location --request GET '/treehole/reply/list/'{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"post_id": "string",
"user_id": "string",
"content": "string",
"reply_time": "string"
}
]
}