curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/player/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": 0,
"playerId": "string",
"languageCode": "string",
"country": "string",
"amount": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}