curl --location --request GET 'https://api.zen.com/v3/customers//withdrawals/dragon' \
--header 'request-id;'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
"transactionType": "string",
"firstTransactionId": "03056aca-c5f2-4f6b-a174-27e4af663155",
"walletAddress": "string",
"walletCurrency": "string",
"walletAlias": "string",
"verificationStatus": "string",
"verificationDate": "string",
"walletAddressMemo": "string",
"status": "verified",
"createdAt": "2019-08-24T14:15:22Z"
}
],
"meta": {
"itemsPerPage": "10",
"page": "1",
"direction": "asc",
"sortBy": "createdAt"
}
}