Files affected (3): Backend/src/app.ts, Backend/src/routes/health.routes.ts, Backend/tests/unit/health.test.ts
Description: Routes are versioned under /api/v1, but responses do not identify the API version for clients or debugging.
Acceptance criteria:
Return an X-API-Version: v1 header.
Test the header on health or API responses.
Files affected (3): Backend/src/app.ts, Backend/src/routes/health.routes.ts, Backend/tests/unit/health.test.ts
Description: Routes are versioned under /api/v1, but responses do not identify the API version for clients or debugging.
Acceptance criteria:
Return an X-API-Version: v1 header.
Test the header on health or API responses.