curl --request POST \
--url https://api.theauthapi.com/invitations \
--header 'Content-Type: application/json' \
--data '{
"emails": [
"<string>"
],
"accountId": "<string>",
"projectIds": [
"<string>"
],
"role": "<string>"
}'
curl --request POST \
--url https://api.theauthapi.com/invitations \
--header 'Content-Type: application/json' \
--data '{
"emails": [
"<string>"
],
"accountId": "<string>",
"projectIds": [
"<string>"
],
"role": "<string>"
}'