Authentication is done via Bearer Tokens. Each project has a bearer token that can be used to authenticate requests. You can find your bearer token in the project settings page.

'Authorization': 'Bearer <project_token>'