## Authentication
To authenticate with the API, you will need to provide your API key in the Authorization header of each request.
It should look like this:

```http
Authorization: Bearer panjaya-{YOUR_API_KEY}
```
