<JWT_TOKEN>curl --location --request GET 'https://xpend-backend.onrender.com/api/v1/customers?page=1&perPage=10' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "caea9d4a-9047-433d-a2f8-877b29b5e8c8",
"sellerId": "e9832f40-2680-4753-9f61-a8b0323c12bf",
"name": "John Doe",
"email": "johndoe.seller@domain.com",
"phone": null,
"documentType": "CPF",
"documentNumber": "23259190058",
"createdAt": "2025-11-13T14:50:57.810Z",
"updatedAt": "2025-11-13T14:50:57.810Z"
}
],
"totalRecords": 1,
"totalPages": 1,
"perPage": 50,
"currentPage": 1
}