X-API-KEY: ********************curl --location --request POST '/api/users/invite/v1/' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"organization_id": 1,
"role": "admin"
}'null