{
  "name": "portal_endpoint_preferred",
  "device": {
    "portalUrl": "https://portal.example.com/c",
    "macAddress": "00:1A:79:CA:FE:14",
    "authMode": "AUTO",
    "endpointPreference": "PORTAL"
  },
  "responses": [
    { "action": "handshake", "body": "{\"js\":{\"token\":\"token-portal-pref\"}}" },
    { "action": "get_profile", "body": "{\"js\":{\"id\":\"61\",\"name\":\"Portal First\",\"status\":\"1\",\"auth_access\":true}}" }
  ],
  "expected": {
    "authMode": "MAC_ONLY",
    "portalProfile": "MAG_BASIC",
    "endpointPreference": "PORTAL",
    "bootstrapEvidence": ["handshake", "get_profile"],
    "requestOrder": ["handshake", "get_profile"]
  }
}
