Authorization: Bearer ********************
[ { "domain": "example.com", "type": "custom_ns", "nameservers": [ "ns1.example.com", "ns2.example.com" ] } ]
curl --location --request PUT 'https://api.onereg.org/v1/domains/dns' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '[ { "domain": "example.com", "type": "custom_ns", "nameservers": [ "ns1.example.com", "ns2.example.com" ] } ]'
{}