API ReferenceSwaggerPlayer
Create or find player using third-party UUID
curl -X POST "https://api.playsuper.club/player/create-with-uuid" \ -H "x-api-key: string" \ -H "Content-Type: application/json" \ -d '{ "uuid": "abc123-def456-ghi789" }'{
"message": "string",
"playerId": "string"
}Empty