curl --location --request POST 'https://dev.your-api-server.com/v1/projects//invites' \ --header 'content-type: application/json' \ --data-raw '{ "email": "string", "scope": "string" }'
{ "message": "Sent an invite!" }