curl --location '/partner/v1/customers//crypto-withdrawals?status=undefined&pageLimit=undefined&pageCursor=undefined' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;'{
"items": [
{
"withdrawalId": "177dc452-dcc4-4afc-8eab-bd9d08c2ae7a",
"routeCode": "string",
"walletBeneficiaryId": "c6f4d0cf-4b9d-419b-b293-8482d15ff264",
"walletBeneficiaryLabel": "string",
"amountMinor": "string",
"currency": "string",
"currencyScale": 0,
"withdrawalType": 1,
"feeAmountMinor": "string",
"feeCurrency": "string",
"purposeOfPayment": 0,
"otherPurpose": "string",
"relationshipWithThirdParty": 0,
"otherRelationship": "string",
"status": "string",
"statusInfo": "string",
"kytResult": "string",
"txHash": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pageInfo": {
"nextCursor": "string",
"hasNextPage": true
}
}