curl --request POST \
--url https://nimbussuite.com/api/v1/admin/stripe/org-subscription \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"orgId": "<string>",
"planId": "<string>",
"interval": "month",
"email": "[email protected]",
"coupon": "<string>"
}
'