host, value, and recordType. For DMARC records, use excludedDMARCtags to omit specific tags from the generated DMARC policy.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/dns?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "acmecorp.com",
"records": [
{
"host": "@",
"value": "1.2.3.4",
"recordType": "A"
},
{
"host": "mail",
"value": "acmecorp-com.mail.protection.outlook.com",
"recordType": "MX"
}
]
}'{
"status": 200,
"message": "DNS Records added successfully!",
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}