curl --location --request PUT 'https://test.your-api-server.com/api/mes/scheduling/507f1f77bcf86cd799439011/transition' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newStatus": "SCHEDULED",
"reason": "Programación validada y confirmada"
}'{
"msg": "Schedule transicionado exitosamente",
"schedule": {},
"transition": {
"from": "DRAFT",
"to": "SCHEDULED",
"timestamp": "2019-08-24T14:15:22.123Z"
}
}