curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/tags' \
--header 'x-auth-zapmail: YOUR_API_KEY' \
--header 'x-workspace-key;' \
--header 'Content-Type: application/json' \
--data-raw '[{"name": "Production", "tagColor": "#FF5733"}]'{"status": 200, "message": "Tags created successfully", "data": {"tagIds": ["uuid"], "domainTagsCreated": []}}