const response = await fetch('//api.client.nbcgate.tech/api/user/invite/send', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"language": "text",
"link": "text",
"user_id": 0
}),
});
const data = await response.json();