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