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