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