Authorization: Bearer ********************{
"username": "my422677781",
"amount": 1,
"payment_pin": 544544,
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/player/withdraw' \
--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 '{
"username": "my422677781",
"amount": 1,
"payment_pin": 544544,
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Withdraw successfully",
"data": {
"transactionID": "fa6b6c2a-5bd4-455c-829a-987b7e4566a6",
"amount": -1,
"balance": 0
}
}