Additional DNS record added

User will now be asked to add three DNS records in addition to two. An example is mentioned below.

1"dns_records": {
2 "dkim_record": {
3 "type": "string",
4 "value": "string",
5 "host_name": "string",
6 "status": true
7 },
8 "brevo_code": {
9 "type": "string",
10 "value": "string",
11 "host_name": "string",
12 "status": true
13 },
14 "dmarc_record": {
15 "type": "string",
16 "value": "string",
17 "host_name": "string",
18 "status": true
19 }
20 }

dmarc_record is added under dns_records in both API endpoints. The following endpoints will be affected.

Route: Create a new domain

Route: Validate domain configuration