curl -L \
--request POST \
--url 'http://api.client.nbcgate.tech//api/user/invite/send' \
--header 'Authorization: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"language": "text",
"link": "text",
"owner_id": 1,
"user_id": 1
}'