{
"UserId": "abc123def456",
"Banned": 1
}curl --location 'https://gapi.mccfk.cn/Admin/User/BanUser' \
--header 'Content-Type: application/json' \
--data '{
"UserId": "abc123def456",
"Banned": 1
}'{
"Success": true,
"Message": "string"
}