Description: ## What needs to be done - Install @nestjs/swagger - Configure Swagger in main.ts - Add API decorators to all endpoints - Document request/response schemas - Add authentication to Swagger UI ## Acceptance Criteria - [ ] Swagger UI accessible at /api - [ ] All endpoints documented - [ ] Request bodies show correct schemas - [ ] JWT auth works in Swagger UI
Description:
What needs to be done
Acceptance Criteria