curl --location --request POST '/hitos' \
--header 'Content-Type: text/plain' \
--data-raw '{
"nombre": "Corrección de Errores Críticos",
"descripcion": "Corregir todos los errores marcados como críticos por QA.",
"entregableId": {{entregableId}},
"estado": "En Progreso",
"prioridad": "Crítica",
"fechaObjetivo": "2026-01-27",
"orden": 2,
"notas": "Total de 5 bugs críticos identificados."
}'{}