{
"id": 1,
"reason": "违规内容"
}curl --location --request POST '/moderator/posts/ban' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"reason": "违规内容"
}'{
"code": 20000,
"data": null,
"msg": null
}