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