{
  "message": "Welcome to the API",
  "routes": [
    {
      "method": "ALL",
      "path": "/api/auth/*"
    },
    {
      "method": "GET",
      "path": "/health"
    },
    {
      "method": "POST",
      "path": "/mqtt/auth"
    },
    {
      "method": "POST",
      "path": "/mqtt/acl"
    },
    {
      "method": "POST",
      "path": "/mqtt/superuser"
    },
    {
      "method": "GET",
      "path": "/v1/telemetry/:org/"
    },
    {
      "method": "GET",
      "path": "/v1/telemetry/:org/:mac/"
    },
    {
      "method": "GET",
      "path": "/"
    }
  ]
}