curl --location --request POST '/fidix/v1/persons' \
--header 'X-Organization-ID: {{organization_id}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"person_type": "LEGAL",
"email": "contacto@fidi.cl",
"phone": "+56222334455",
"document_type": "RUT",
"document_number": "76123456-7",
"company_name": "Fidi SpA",
"tax_id": "76123456-7",
"incorporation_date": "2020-01-15",
"legal_form": "SpA",
"industry": "Financial Technology",
"website": "https://fidi.cl",
"employee_count": 50
}'{
"data": {
"id": "92061b7d-4792-4ad8-b918-ec1587d8fdca",
"organization_id": "00000000-0000-0000-0000-000000000001",
"person_type": "LEGAL",
"email": "contacto@fidi.cl",
"phone": "+56222334455",
"document_type": "RUT",
"document_number": "76123456-7",
"status": "ACTIVE",
"company_name": "Fidi SpA",
"tax_id": "76123456-7",
"incorporation_date": "2020-01-15",
"legal_form": "SpA",
"industry": "Financial Technology",
"website": "https://fidi.cl",
"employee_count": 50,
"created_at": "2025-12-22T10:30:00Z",
"updated_at": "2025-12-22T10:30:00Z"
},
"metadata": {
"trace_id": "xyz-789-abc-123",
"timestamp": "2025-12-22T10:30:00Z"
}
}