curl --location --request GET 'https://api.zen.com/v3/customers//payouts/card' \
--header 'request-id;'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
"cardName": "string",
"last4": "stri",
"organization": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
],
"meta": {
"itemsPerPage": "10",
"page": "1",
"direction": "asc",
"sortBy": "createdAt"
}
}