curl --request POST \ --url https://v3.minestorecms.com/api/game_auth/init/{username}
{ "status": true, "error": "TIMEOUT" }
The username of the player to initialize authentication for.
"Player123"
True if authentication was initialized successfully.
true
Error message in case of failure.
"TIMEOUT"