curl --location --request POST 'https://test.your-api-server.com/api/mes/scheduling' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"qtyProduce": 1000,
"action": "Producción regular de cemento tipo I",
"dateStart": "2025-10-20",
"hourStart": "08:00",
"dateEnd": "2025-10-20",
"hourEnd": "16:00",
"_idProductionLine": "507f1f77bcf86cd799439012",
"recipe": {
"id": "507f1f77bcf86cd799439013",
"name": "Cemento Portland Tipo I",
"erp_code": 2001,
"_idControllerRecipe": 1,
"positionSubRecipe": 1,
"ingredients": []
}
}'