{ "email": "test@rct.ai", "password": "12345678", "reason": "whatever the reason" }
curl --location --request POST 'https://sso.dlab.ovh/api/admin/account/create' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "test@rct.ai", "password": "12345678", "reason": "whatever the reason" }'
{}