{
  "message": "Welcome to the API",
  "routes": [
    {
      "method": "ALL",
      "path": "/api/auth/*"
    },
    {
      "method": "GET",
      "path": "/health"
    },
    {
      "method": "GET",
      "path": "/v1/users"
    },
    {
      "method": "GET",
      "path": "/v1/users/:id"
    },
    {
      "method": "GET",
      "path": "/"
    }
  ]
}