Create a Stripe Customer Portal session for managing subscription.
cURL
curl --request POST \ --url https://api.example.com/api/billing/portal \ --header 'Authorization: Bearer <token>'
{ "portal_url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response with Stripe Customer Portal URL.