{
  "status": "ok",
  "runtime": "deno",
  "message": "Deno API jalan normal 🦕",
  "time": "2026-07-27T02:01:23.845Z",
  "endpoints": [
    "GET    /            - health check",
    "GET    /todos       - list semua todo",
    "POST   /todos       - buat todo baru { text }",
    "GET    /todos/:id   - detail satu todo",
    "PUT    /todos/:id   - update todo { text?, done? }",
    "DELETE /todos/:id   - hapus todo"
  ]
}