All API requests must include an Authorization header
with a Bearer token for authentication.
To authenticate:
  1. Use your API key as the token.
  2. Include it in the request header as shown below:
Header format:
Authorization: Bearer <your-api-key>
Replace <your-api-key> with your actual key.