costapy/bruno/Highlight/Category/List.bru

20 lines
194 B
Plaintext
Raw Normal View History

2025-06-29 22:01:30 +07:00
meta {
name: List
type: http
seq: 2
}
post {
url: http://localhost:11000/api/highlight/category/:alder
body: json
auth: inherit
}
params:path {
alder: list
}
body:json {
{}
}