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