Authorization: Bearer ********************{
"timestamp": "{{timestamp}}",
"username": "ww1uaa0042",
"amount": 120
}curl --location --request POST '/v1/agent/player/withdrawSeamless' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp": "{{timestamp}}",
"username": "ww1uaa0042",
"amount": 120
}'{
"status": true,
"message": "Withdraw successfully",
"data": {
"transactionID": "251222000053121238011aaf",
"amount": -120,
"balance": 0
}
}