Authorization: Bearer ********************curl --location --request POST '/project//invite' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "inspector@example.com",
"role": "VIEWER"
}'{}