Authentication

Authentication

All API requests must include a Bearer token:

Authorization: Bearer <token>

If the token is missing or invalid, the server returns 401 Unauthorized.