curl --request POST \
--url https://statsigapi.net/console/v1/users/invite \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"role": "<string>",
"emails": [
"jsmith@example.com"
],
"teams": [
"<string>"
]
}'