curl --location '/api/v1/wallet/withdrawal/list?current=undefined&size=undefined' \
--header 'tenant-id: 1'{
"code": 0,
"msg": "success",
"data": {
"records": [
{
"orderId": "string",
"externalOrderId": "string",
"network": "string",
"currency": "string",
"toAddress": "string",
"amount": 0,
"fee": 0,
"status": "PENDING",
"txHash": "string",
"remark": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"current": 0,
"size": 0
},
"ok": true
}