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