The first step is to check for the presence of an e-mail
info
id
const response = await fetch('//api.client.nbcgate.tech/auth/sign-up/check', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "email": "text" }), }); const data = await response.json();
text