Authorization: Bearer ********************curl --location --request GET '/api/ach/customer74/account' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw ''{
"items": [
{
"id": 32,
"name": "John Wick",
"type": "Checking",
"accountNumber": "******7890",
"routingNumber": "123456789"
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/ach/customer/74/account?page=1"
},
"first": {
"href": "https://zendashboard.com/api/ach/customer/74/account?page=1"
},
"last": {
"href": "https://zendashboard.com/api/ach/customer/74/account?page=1"
},
},
"_meta": {
"totalCount": 3,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}