External Transmission
Medium
- Category
- Data Exfiltration
- Content
```bash # The 'locale' argument is optional and can be omitted if not provided by the user. jq -n --arg token "$TOKEN" --arg query "$USER_QUERY" '{token: $token, query: $query}' | curl -s -X POST https://tripgenie-openclaw-prod.trip.com/openclaw/query -H "Content-Type: application/json" -d @- ``` ### Flight Search (`/openclaw/airline`)- Confidence
- 88% confidence
- Finding
- curl -s -X POST https://tripgenie-openclaw-prod.trip.com/openclaw/query -H "Content-Type: application/json" -d
