curl --location --request DELETE 'https://server.scaledmail.com/api/v1/orders/?organization_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw ''{
"success": true,
"message": "Subscription canceled successfully."
}