Most endpoints require API key authentication. Follow these steps:
1. Login
Call GET /auth/login with your username and password
2. Get API Key
Save the returned api_key from the response
3. Use API Key
Add header X-API-Key: your_api_key to all requests