{
"type": "string",
"start": "string",
"end": "string"
}curl --location --request DELETE '/schedule/delete/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"start": "string",
"end": "string"
}'{}