const response = await fetch('//api.client.nbcgate.tech/auth/sign-up/email/get-code', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"country": "text",
"email": "text",
"language": "text",
"link": "text"
}),
});
const data = await response.json();