{
  "message": "Bun API is running 🚀",
  "runtime": "bun",
  "bun_version": "1.1.34",
  "port": 4100,
  "timestamp": "2026-07-27T01:41:07.805Z",
  "endpoints": [
    "GET  /health",
    "GET  /api/todos",
    "GET  /api/todos/:id",
    "POST /api/todos      body: { \"title\": \"string\" }",
    "PUT  /api/todos/:id  body: { \"done\": true }",
    "DELETE /api/todos/:id"
  ]
}