curl --request POST \
--url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/subscription \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ratePlanId": "<string>",
"frequency": "<string>",
"keyId": "<string>"
}
'