{
"merchantId": "string",
"customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
"firstTransactionId": "03056aca-c5f2-4f6b-a174-27e4af663155",
"walletAddress": "string",
"walletCurrency": "string",
"walletAlias": "string",
"verificationStatus": "string",
"verificationDate": "string",
"walletAddressMemo": "string",
"status": "verified",
"travelRuleData": {
"entityType": "individual",
"vaspName": "string",
"firstName": "string",
"lastName": "string",
"address": "string",
"dateOfBirth": "2019-08-24"
}
}curl --location --request PATCH 'https://api.zen.com/v3/customers//withdrawals/dragon/' \
--header 'request-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": "string",
"customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
"firstTransactionId": "03056aca-c5f2-4f6b-a174-27e4af663155",
"walletAddress": "string",
"walletCurrency": "string",
"walletAlias": "string",
"verificationStatus": "string",
"verificationDate": "string",
"walletAddressMemo": "string",
"status": "verified",
"travelRuleData": {
"entityType": "individual",
"vaspName": "string",
"firstName": "string",
"lastName": "string",
"address": "string",
"dateOfBirth": "2019-08-24"
}
}'{
"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"
}