curl --location --request GET 'https://api.zen.com/v3/customers//payouts/recipients?phoneNumber¤cy&amount' \
--header 'request-id;' \
--header 'customer-ip;'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"merchantCustomerId": "string",
"alias": "string",
"active": true,
"last4": "string",
"lastUsedAt": "string",
"lastUsedCurrency": "string",
"organization": "string",
"paymentMethod": "string",
"paymentChannel": "string",
"channelLogoUrl": "string",
"organizationLogoUrl": "string",
"createdAt": "string"
}
],
"meta": {
"itemsPerPage": "10",
"page": "1",
"direction": "asc",
"sortBy": "lastUsedAt",
"totalCount": "0"
}
}