curl --location --request PATCH '/domains//dns-records' \
--header 'rs-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordId": "a1b2c3d4e5f6",
"host": "@",
"recordType": "TXT",
"value": "v=spf1 include:_spf.google.com -all",
"priority": 1,
"excludedDMARCtags": [
"rua"
],
"domainDnsRecordId": "a1b2c3d4e5f6"
}'{
"status": 200,
"message": "DNS record updated",
"data": {
"success": true
}
}