File size: 180 Bytes
a85c9b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
meta {
  name: default_query
  type: http
  seq: 2
}

post {
  url: http://localhost:8080/query
  body: json
  auth: none
}

body:json {
  {
    "query": "Who is Elon Musk?"
  }
}