| Field | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Domain name to add DNS records for |
records | array | Yes | Array of DNS record objects to be added |
| Field | Type | Required | Description |
|---|---|---|---|
host | string | Yes | Host name for the DNS record |
value | string | Yes | Value of the DNS record |
recordType | string | Yes | Type of DNS record (e.g., MX, TXT) |