Files
T120B165/Bruno/Testing/Posts/Get all posts via query include.bru
2025-10-06 10:42:47 +03:00

17 lines
212 B
Plaintext

meta {
name: Get all posts via query include
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/posts?query=%2Bhigh-res
body: none
auth: inherit
}
params:query {
query: %2Bhigh-res
~pageNumber: 1
}