curl --location --request GET 'https://api.zapmail.ai/api/domains/health-score?domainId=' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;'{
"status": 200,
"message": "Domain nameserver scores retrieved successfully",
"data": {
"domain": {
"id": "ba6f38d7",
"domain": "domain.org",
"dnsManagedBy": "GOOGLE_CLOUD_DNS",
"status": "ACTIVE"
},
"averageScore": 40,
"isAbused": false
}
}