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

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

body:json {
  {
    "message": "message"
  }
}