x-api-key: ********************{
"type": "MX",
"name": "@",
"value": "mail.litemail.ai",
"ttl": 3600,
"priority": 10
}curl --location --request PUT '/v1/dns-records/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "MX",
"name": "@",
"value": "mail.litemail.ai",
"ttl": 3600,
"priority": 10
}'{
"status": 200,
"message": "DNS record updated successfully.",
"data": {
"id": "clz1abc2",
"cloudflareId": "abc123cloudflare",
"type": "MX",
"name": "@",
"value": "mail.litemail.ai",
"ttl": 3600,
"priority": 10
}
}