salix/api/Api/Chat/-chats-send.bru

17 lines
208 B
Plaintext

meta {
name: -chats-send
type: http
seq: 2
}
post {
url: http://localhost:5000/api/chats/send?to=@joan&message=Test message
body: none
auth: none
}
query {
to: @joan
message: Test message
}