Billing portal session created
const response = await fetch('https://beta.data.banyan.computer/api/v1/subscriptions/manage', { method: 'GET', headers: {}, }); const data = await response.json();
{ "portal_url": "text" }