POST //api/user/invite HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"companyName": "text",
"email": "text",
"language": "text",
"link": "text",
"name": "text",
"owner": 1,
"ownerForUserId": 1,
"roleId": 1,
"surname": "text",
"ttl": 1,
"user": 1
}