in public/js/account.js [104:110]
await fetch("/api/update-subscription", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
entitlements: this.model.subscriptions.filter((s) => s !== show),
}),
});