{
"userId": 2,
"reason":"whatever the reason"
}
curl --location --request POST 'https://sso.gameown.io/api/admin/account/suspend' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 2,
"reason":"whatever the reason"
}'
{}