curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/tx/win' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"userName": "string",
"token": "string",
"gameCode": "string",
"transactionId": "string",
"gpTransactionId": "string",
"rewardTransactionId": "string",
"refTransactionId": "string",
"gameRoundCode": "string",
"gameRoundClosed": true,
"amount": 0,
"bonus": 0,
"currencyCode": "string",
"detail": "string",
"free": true,
"aggregated": true
}'