curl --location --request PUT 'https://test.your-api-server.com/api/mes/scheduling/507f1f77bcf86cd799439011/close' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notes": "Cierre administrativo. Documentación completa. Inventario actualizado. Sin observaciones."
}'{
"msg": "Schedule cerrado exitosamente",
"schedule": {},
"closedAt": "2019-08-24T14:15:22.123Z"
}