default_query.bru 180 B

1234567891011121314151617
  1. meta {
  2. name: default_query
  3. type: http
  4. seq: 2
  5. }
  6. post {
  7. url: http://localhost:8080/query
  8. body: json
  9. auth: none
  10. }
  11. body:json {
  12. {
  13. "query": "Who is Elon Musk?"
  14. }
  15. }