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