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