Files
t6_mem0/examples/rest-api/bruno/ec-rest-api/default_chat.bru

18 lines
170 B
Plaintext

meta {
name: default_chat
type: http
seq: 4
}
post {
url: http://localhost:8080/chat
body: json
auth: none
}
body:json {
{
"message": "message"
}
}