Generate router modules for all 27 API categories from the OpenAPI spec. Each router will:
- Use the existing
ProcountorClientviaapp/dependencies.py - Define endpoint stubs that extract path/query params and forward to the client
- Use generic
dict[str, Any]for request/response bodies - Include docstrings from the OpenAPI spec summaries