in public/js/account.js [142:147]
unlinkFromSpotify() { return fetch("/api/user-spotify-unlink", { method: "POST", headers: { "Content-Type": "application/json" }, }).then(() => (this.model.isLinked = false)); }