{
"title": "string",
"content": "string"
}curl --location --request POST '/treehole/post' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string"
}'{
"code": 200,
"message": "success",
"data": null
}