page: Número de página (por defecto 1)limit: Cantidad de resultados por página (por defecto 10)curl --location --request GET 'https://api-preview.fidi.money/fidix/v1/persons?page=1&limit=10' \
--header 'X-Organization-ID: 00000000-0000-0000-0000-000000000001' \
--header 'traceparent: 00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01' \
--header 'Authorization: Bearer <token>'{
"persons": [
{
"id": "1f8a6d59-3c8b-5e3b-b3f2-0e0b7c4a2b34",
"organization_id": "00000000-0000-0000-0000-000000000001",
"person_type": "LEGAL",
"email": "contacto@fidi.cl",
"phone": "+56987654321",
"document_type": "RUT",
"document_number": "76123456-7",
"status": "active",
"company_name": "Fidi SpA",
"created_at": "2025-01-10T12:00:00Z",
"updated_at": "2025-01-10T12:00:00Z"
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 1,
"total_pages": 1
},
"metadata": {
"trace_id": "",
"timestamp": ""
}
}