Entities need to view the reports assigned to them.
- GET /api/v1/reports
- Security Check: If the requester is a System Admin, return ALL reports. If the requester is an Entity Admin/User, return ONLY reports where reports.entity_id == requester.entity_id.
- Add filtering options (by status, date, category).
Entities need to view the reports assigned to them.