curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/tags/remove' \
--header 'x-auth-zapmail: YOUR_API_KEY' \
--header 'x-workspace-key: workspace_id' \
--header 'x-service-provider: GOOGLE' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagIds": ["tag-uuid-1", "tag-uuid-2"],
"domainIds": ["domain-uuid-1", "domain-uuid-2"]
}'{
"status": 200,
"message": "Domains Tags Deleted Successfully"
}