API Reference/DNSCreate DNS RecordPOST/dns/v1/recordsTestRequest Bodyapplication/jsonRequireddomainRequiredstringrecordRequiredobjectShow AttributescURLJavaScriptcurl -X POST "https://api.freestyle.sh/dns/v1/records" \ -H "Content-Type: application/json" \ -d '{ "domain": "string", "record": { "kind": "A", "name": "string", "value": "string", "ttl": "string", "priority": 0 } }'200400Response{ "record": { "kind": "A", "name": "string", "value": "string", "ttl": "string", "priority": 0, "managed": true } }TypeScriptPreviousWrite a file to a Dev Server PUTNextDelete DNS Record DELETE