{
"post_id": "string",
"content": "string"
}curl --location '/treehole/reply' \
--header 'Content-Type: application/json' \
--data '{
"post_id": "string",
"content": "string"
}'{
"code": 200,
"message": "success",
"data": null
}