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