View and manage a domain and the records for it.
Creates a new Domain on the DNS Servers.
POST
/dns/{id}
curl \
--request POST 'https://my.interserver.net/apiv2/dns/{id}' \
--header "X-API-KEY: $API_KEY"
Response examples (401)
{
"code": "string",
"message": "string"
}