## Authentication
All requests must be authenticated using API token-based authentication.
You must include the token in the Authorization header, e.g.:

```
Authorization: token YOUR_API_TOKEN
```
