{ "email": "kevin@gmail.com" }
curl --location --request POST 'https://sso.gameown.io/api/auth/register/request-email-code' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "kevin@gmail.com" }'
{}