Files
T120B165/Bruno/Seed/Post operations/Post 1/Create comment 2.bru
2025-10-06 10:42:47 +03:00

22 lines
225 B
Plaintext

meta {
name: Create comment 2
type: http
seq: 5
}
post {
url: {{baseUrl}}/api/posts/1/comments
body: json
auth: bearer
}
auth:bearer {
token: {{accessToken}}
}
body:json {
{
"text": "I like this"
}
}