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