{
  "message": "Node.js test API is running",
  "endpoints": [
    "GET /api/health",
    "GET /api/todos",
    "POST /api/todos",
    "GET /api/todos/:id",
    "PUT /api/todos/:id",
    "DELETE /api/todos/:id"
  ]
}