- Add api/types.go with predefined response struct types
- Replace map[string]any with typed structs for all fixed-content API endpoints
- Use predefined instances for Healthcheck and Version handlers to reduce allocations
- Improve performance by avoiding per-request map allocations