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

17 lines
208 B
Plaintext
Raw Normal View History

2023-12-13 10:30:30 +00:00
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
}