curl --location --request GET 'https://api.zen.com/v3/customers' \
--header 'request-id;'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"merchantCustomerId": "string",
"status": "new",
"firstName": "string",
"lastName": "string",
"userName": "string",
"description": "string",
"email": "[email protected]",
"dragonTermsAccepted": true,
"createdAt": "2019-08-24T14:15:22Z"
}
],
"meta": {
"itemsPerPage": "10",
"page": "1",
"direction": "asc",
"sortBy": "createdAt"
}
}