curl -L \
--request POST \
--url 'http://api.client.nbcgate.tech//api/user/invite' \
--header 'Authorization: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"companyName": "text",
"email": "text",
"language": "text",
"link": "text",
"name": "text",
"owner": 1,
"ownerForUserId": 1,
"roleId": 1,
"surname": "text",
"ttl": 1,
"user": 1
}'