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