Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:3000/api/orgs//domains/' \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "Domain deleted successfully", "data": { "domain": "school-district.k12" } }