curl --location -g --request PUT '/fidix/v1/persons/{{person_id}}' \
--header 'X-Organization-ID: {{organization_id}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "INACTIVE"
}'{
"data": {
"id": "a1b2c3d4-e5f6-4789-a012-3456789abcde",
"organization_id": "00000000-0000-0000-0000-000000000001",
"person_type": "NATURAL",
"email": "carlos.rodriguez@example.com",
"phone": "+56912345678",
"status": "INACTIVE",
"first_name": "Carlos",
"last_name": "Rodríguez Pérez",
"date_of_birth": "1985-03-20",
"created_at": "2025-12-22T10:30:00Z",
"updated_at": "2025-12-22T11:40:00Z"
},
"metadata": {
"trace_id": "update-status-789",
"timestamp": "2025-12-22T11:40:00Z"
}
}