curl --location 'https://sandbox.cryptopocket.io/api/customers/list?from=YYYY-MM-DD&to=YYYY-MM-DD&email=undefined&items_per_page=undefined&page=undefined' \
--header 'auth;'{
"status": "ok",
"page": 1,
"total_items": 42,
"data": [
{
"id": 123,
"name": "John",
"last_name": "Doe García",
"email": "user@example.com",
"kyc_status": "valid"
},
{
"id": 124,
"name": "Jane",
"last_name": "Smith",
"email": "jane@example.com",
"kyc_status": "unused",
"kyc_url": "https://kyc.amlbot.com/..."
}
]
}