cURL
curl --request POST \ --url https://v3.minestorecms.com/api/game_auth/check/{username}
{ "status": true, "token": "abc123token" }
The username of the player whose authentication status is being checked.
"Player123"
Authentication status
The response is of type object.
object