curl --location --request PUT 'https://test.your-api-server.com/api/mes/scheduling//dates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateTimeScheduleStart": "2025-10-31T03:15:00.000Z",
"dateTimeScheduleEnd": "2025-11-02T03:15:00.000Z",
"reason": "Ajuste de horario mediante drag & drop"
}'{
"msg": "Fechas del schedule actualizadas exitosamente",
"schedule": {},
"changes": {
"dateStart": "2019-08-24T14:15:22.123Z",
"dateEnd": "2019-08-24T14:15:22.123Z",
"reason": "string"
}
}