@baseUrl = https://api.example.com
@apiKey = replace-with-api-key

### Send an API key in a custom header
GET {{baseUrl}}/reports/daily
Accept: application/json
X-API-Key: {{apiKey}}
