curl --location --request PUT 'https://test.your-api-server.com/api/mes/scheduling/507f1f77bcf86cd799439011/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Cliente canceló orden de pedido"
}'{
"msg": "Schedule cancelado exitosamente",
"schedule": {},
"cancelledAt": "2019-08-24T14:15:22.123Z"
}