Authorization: Bearer ********************curl --location --request DELETE 'https://connect.dispatchable.com/automations/api/v1/automations/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"message": "Automation deleted successfully.",
"success": true
}