Account Custom Nameservers
List Account Custom Nameservers
client.CustomNameservers.Get(ctx, query) (*SinglePage[CustomNameserver], error)
GET/accounts/{account_id}/custom_ns
Add Account Custom Nameserver
client.CustomNameservers.New(ctx, params) (*CustomNameserver, error)
POST/accounts/{account_id}/custom_ns
Delete Account Custom Nameserver
client.CustomNameservers.Delete(ctx, customNSID, body) (*SinglePage[string], error)
DELETE/accounts/{account_id}/custom_ns/{custom_ns_id}