curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/openapi/game/getGameUrl' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": {}
}
}'