const emailUl = document.getElementById("email-list") async function emailTurnstileSuccess(token) { const response = await fetch("https://backend.altafcreator.com/email", { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({"token": token}), }); const result = await response.json(); if (result.status) { emailUl.innerHTML = `