curl --request POST \
--url https://api.example.com/dt/callback/sync_credit \
--header 'Content-Type: application/json' \
--data '
{
"platform_id": "H88",
"token": "E47A56947DF6DA25B6F95C3BFE5748E7",
"uuid": "lobby1-82818443591811",
"account": "bentest",
"info": [
{
"transaction_id": "005-200926080808-0000005RB",
"order_id": "A003220118145511020000005",
"type": 23,
"canceled_id": "005-200926080808-0000005",
"credit": 2000,
"target_wallet": 0,
"proposal_id": "954531",
"ip": "127.0.0.1",
"order_detail": {
"room_account": "aad144",
"table_id": "A003",
"gmcode": "A003220118",
"in_proposal": 1,
"game_type": "BAC",
"play_type": 1,
"amount": 2000,
"valid_amount": 0,
"win": 0,
"flag": 1,
"round_detail": "8 3 23 ; 45 26 17 | 4 | 1 | 8 | 0",
"create_time": 1668580007,
"reckon_time": 1668580007,
"last_update_time": 1668580007
},
"rolling_unit": 1000,
"ratio": 1
}
]
}
'