{
  "name": "test-api",
  "version": "1.0.0",
  "time": "2026-08-20T21:00:42.127Z",
  "routes": [
    "GET /",
    "GET /health",
    "GET /api/users",
    "GET /api/users/:id",
    "POST /api/users",
    "PUT /api/users/:id",
    "PATCH /api/users/:id",
    "DELETE /api/users/:id",
    "* /api/echo",
    "GET /api/status/:code",
    "GET /api/delay/:ms",
    "GET /api/error"
  ]
}