Create invitation to a project. This will send an invitation email with a link to join to the email address provided.
/v1/projects/{projectID}/invite
An empty list means it has all permissions.
curl -L \ --request POST \ --url 'https://cloud-api.calyptia.com/v1/projects/{projectID}/invite' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"email":"hello@example.com","redirectURI":"https://example.com","permissions":["create:*"]}'
No body