curl --location 'clientes?page=undefined&cnpj_cpf=undefined' \
--header 'Authorization: Bearer <token>'{
"total": 1,
"per_page": 30,
"current_page": 1,
"last_page": 1,
"to": 1,
"data": [
{
"id": 10,
"ativo": 1,
"softhouse_id": 14,
"cnpj_cpf": "000.000.000-00",
"nome_empresa": "Empresa Cliente",
"contato": "(66) 99999-9999",
"limite_pos": 2,
"created_at": "2025-05-29T12:00:57.000000Z",
"updated_at": "2025-06-02T21:53:35.000000Z",
"sitef_empresa": "00000000",
"sitef_cnpj_cpf": "00000000000",
"sitef_banco": "sicred",
"chave": "683e03611204f"
}
]
}