curl --location --request POST 'https://player.api.hypetech.games/games/request-access' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"game": "aviador", //required
"user_id": "99e27bf0-35da-46e2-a82d-07c492d1ed25", //required
"username": "Jhon Doe", //required
"avatar_url": "https://gravatar.com/avatar/example",
"lang": "pt",
"currency": "BRL",
"balance": 20,
"extra_data": "optional-string-or-json-string",
"demo": false,
"demo_session": false,
"expires_in_minutes": 60
}'