Authorization: Bearer ********************
x-api-key: ********************
curl --location --request PUT '/v2/users/invite' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6"
}'
{
"errors": [
{
"message": "string",
"type": "string",
"timestamp": "string"
}
]
}