curl --location 'https://gamefusion-op-ui-v1.pt198.com/dataApi/openapi/game/getGameUrl' \
--header 'Content-Type: application/json' \
--data '{
"playerId": "string",
"playerName": "string",
"gameId": "string",
"clientPlatform": "string",
"languageCode": "string",
"currencyCode": "string",
"country": "string",
"operatorId": "string",
"homeUrl": "string",
"ipAddress": "string",
"vipLevel": "string",
"requestId": "string",
"token": "string",
"extField": {
"property1": {},
"property2": {}
}
}'{
"code": 0,
"msg": "string",
"data": {
"jumpType": "string",
"url": "string",
"html": "string",
"requestId": "string"
}
}