{
  "ok": true,
  "service": "Bobrix Server Service",
  "version": "1.0.1",
  "endpoints": {
    "health": "/health",
    "regions": "/v1/regions",
    "testMatch": "/v1/test-match",
    "join": "/v1/join",
    "status": "/v1/status"
  },
  "network": {
    "regions": 1,
    "defaultRegion": "use1"
  }
}