Creates a new player account with email and password authentication. Organization and app are identified via the API key.
API key authentication for accessing platform resources.
To authenticate, include your app's API key in the 'apikey' header.
Each API key is associated with a specific app and organization. The API key determines which organization and app context your requests operate within.
Example: apikey: tgc_public_1234567890abcdef
Player's email address
Player's password (minimum 8 characters)
8"password123"
Password confirmation (must match password)
"password123"
Player successfully registered