curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/openapi/game/getGameUrl' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerId": "1930205379539173377",
"playerName": "roger_1",
"gameId": "{{gameId}}",
"clientPlatform": "h5",
"languageCode": "zhcn",
"currencyCode": "CNY2",
"country": "CHN",
"homeUrl": "http://www.baidu.com",
"ipAddress": "127.0.0.1",
"betLevel": "1",
"requestId": "{{$string.uuid}}",
"token": "{{$string.uuid}}"
}'{
"code": 0,
"msg": "string",
"data": {
"jumpType": "string",
"url": "string",
"html": "string",
"requestId": "string"
}
}