curl --location --request POST 'https://player.api.hypetech.games/games/free-bets' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_slug": "aviator",
"user_id": "99e27bf0-35da-46e2-a82d-07c492d1ed25",
"quantity": "5",
"value": 10.0,
"currency": "USD",
"expires_at": "2024-12-31T23:59:59Z",
"bonus_code": "FREEBET2024"
}'
{
"free_bet": "string"
}