curl --location --request POST 'https://public.outreach2day.com/domains//dns' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"host": "string",
"type": "string",
"address": "string",
"ttl": 0
}
]'null