Files
api-meditation/chat topics/get chat topics.bru
T
2026-06-03 20:14:20 +03:30

16 lines
156 B
Plaintext

meta {
name: get chat topics
type: http
seq: 1
}
get {
url: {{baseUrl}}/chat-topics
body: none
auth: inherit
}
settings {
encodeUrl: true
}