Files
T120B165/Bruno/Endpoints/Posts/Comments/Get all post comments.bru
2025-10-06 10:42:47 +03:00

16 lines
174 B
Plaintext

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