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