in public/js/account.js [127:133]
await fetch("/api/update-subscription", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ entitlements: [], }), });