curl --location 'https://dashboard.aurpay.net/api/withdraw' \
--header 'Content-Type: application/json' \
--data '{
"chain": "ETH",
"currency": "USDT-ERC20",
"amount": 10
}'{
"result": false,
"code": 40004,
"message": "The account needs to pass the KYB verification before the currency can be withdrawn.",
"trace_id": "8dbbb4de198149c58e22a0983078557e"
}