curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/player/getOnlineStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": "string",
"playerId": "string",
"playerName": "string",
"providerId": "string",
"requestId": "string",
"currencyCode": "string"
}'{
"code": 0,
"msg": "",
"data": {
"online": "",
"requestId": ""
}
}