Creates a gamer if not existing, adds them to the tournament, creates their bet option, and updates the prize pool.
cURL
curl --request POST \ --url https://api.nexra.xyz/tournament/{tournamentId}/join \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "gamer": "silent gamer" } '
Game API key for authentication
"abc123xyz456"
Gamer ID
"silent gamer"
Successfully joined the tournament.