curl --request POST \
--url https://api.example.com/dt/callback/pay_credit \
--header 'Content-Type: application/json' \
--data '
{
"platform_id": "H88",
"token": "B6AC1083E0F2E47A3D81E1B6B3EA576B",
"uuid": "lobby1-82818443591811",
"account": "c001",
"info": [
{
"type": 7,
"credit": -2000,
"transaction_id": "005-200926080808-0000005",
"order_id": "A003220118145511020000006",
"target_wallet": 0,
"proposal_id": "954531",
"ip": "127.0.0.1",
"order_detail": {
"room_account": "1444aad",
"table_id": "A003",
"gmcode": "A003220118",
"in_proposal": 1,
"game_type": "BAC",
"play_type": 1,
"amount": 2000,
"create_time": 1668580007,
"last_update_time": 1668580007
},
"rolling_unit": 1000,
"ratio": 1
}
]
}
'