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