curl --location --request POST 'https://player.api.hypetech.games/games/request-access' \
--header 'Content-Type: application/json' \
--data-raw '{
"game": "rocket",
"user_id": "99e27bf0-35da-46e2-a82d-07c492d1ed25",
"lang": "pt",
"balance": "20.00",
"currency": "USD",
"username": "Jhon Doe",
"avatar_url": "https://gravatar.com/avatar/example"
}'
{
"game_url": "https://server.hypetech.games/aviator/session"
}