System Overview¶
The API is a stateless service that:
- Validates JWT tokens
- Executes read-only database queries
- Applies business rules
- Returns normalized DTOs
High-Level Flow¶
- Request received
- JWT validated
- Authorization checked
- Query executed
- Response mapped