Check if your info has been breached

fetch("https://hooks.zapier.com/hooks/catch/23190614/uy9umcm/", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ email: lastSubmittedEmail, timestamp: new Date().toISOString(), breachedFields: Object.keys(data.hits || {}).join(", "), totalHits: Object.values(data.hits || {}).reduce((sum, arr) => sum + arr.length, 0) }) });