cURL
curl --request POST \ --url https://api.faces.sh/v1/billing/checkout
{ "checkout_url": "<string>" }
Create a Stripe Checkout session for upgrading to standard or pro plan. Returns a checkout_url the client should redirect the user to.
Subscription plan to upgrade to: 'standard' or 'pro'
Successful Response