curl --location --request POST 'http://localhost:3000/api/orgs//billing/plan' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingPlan": "enterprise_edu",
"effectiveDate": "2025-11-01T00:00:00Z"
}'{
"status": "ok",
"message": "Plan updated sucessfully",
"data": {
"planId": "string",
"name": "string",
"type": "string",
"pricePerMonth": 0,
"currency": "string",
"entitlements": {
"maxMeetingsPerMonth": 0,
"aiSummary": true,
"recordingStorageGb": 0
}
}
}