## Create Portal **post** `/api/promptly/billing/portal` Create a Stripe billing portal session for managing subscription ### Body Parameters - `organizationId: string` ### Returns - `url: optional string` Stripe billing portal URL ### Example ```http curl https://0ct.com/api/promptly/billing/portal \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $0CT_API_KEY" \ -d '{ "organizationId": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" }' ```