curl --request PATCH \
--url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/dns/{recordId}/record \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"keyId": "<string>",
"type": "<string>",
"name": "<string>",
"content": "<string>",
"ttl": 123,
"proxied": true,
"comment": "<string>",
"tags": [
"<string>"
]
}
'