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

16 lines
155 B
Plaintext

meta {
name: Get all posts
type: http
seq: 1
}
get {
url: {{baseUrl}}/api/posts
body: none
auth: inherit
}
params:query {
~pageNumber: 1
}