Description:
Expose proposal and vote data via backend endpoints for frontend consumption.
Tasks:
- Add routes for list/get proposals, proposal votes, and execution status
- Add pagination, validation, and error handling
- Add API tests and OpenAPI docs for new endpoints
Acceptance Criteria:
Governance backend APIs are documented, validated, and test-covered.