curl --location --request PUT 'https://test.your-api-server.com/api/mes/scheduling/507f1f77bcf86cd799439011/complete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"qtyProduced": 1000,
"notes": "Producción completada al 100%. Sin incidencias."
}'{
"msg": "Producción completada exitosamente",
"schedule": {},
"metrics": {
"qtyProduced": 980,
"qtyPlanned": 1000,
"efficiency": 98,
"totalTime": "8 horas"
}
}