cURL
curl --request POST \ --url https://api.faces.sh/v1/billing/subscription/cancel
{ "canceled_at_period_end": true, "current_period_end": "<string>" }
Cancel the authenticated user’s subscription at period end. The user retains paid plan access until current_period_end.
Successful Response