Help:
POST /v1/zones - [domain,ns1,ns2,optional:ns3,ns4] - add a new zone.
POST /v1/zones/bulk - Add bulk zones with specific DNS records.
DELETE /v1/zones/{domain} - Fully removes a zone from our nameservers.
GET /v1/zones/{domain}/details - Show details about zone.
GET /v1/zones/{domain}/export - Export details about zone.
GET /v1/zones/{domain}/location - Show details about nameservers that serve a domain.
POST /v1/records - [domain,name,type,value,ttl] - add a record to the zone.
PUT /v1/records - [domain,name,type,value,ttl] - update a record in the zone.
DELETE /v1/records - [domain,name,type,value] - delete a record from the zone.
POST /v1/transfer - [domain,ns] - add nameserver to domain zone and sync all records.
DELETE /v1/transfer/{domain}/{ns} - Remove nameserver from domain zone.
GET /v1/system/zones - Show list of all zones.
GET /v1/system/nameservers - Show list of nameservers supported by the system.
Notes - Use for tests: ns1.td-dev.top, ns1.td-test.stream