22 lines
271 B
Plaintext
22 lines
271 B
Plaintext
meta {
|
|
name: Create comment 3
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/posts/1/comments
|
|
body: json
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{accessToken}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"text": "Where did you get this? Ignore that this is the same user"
|
|
}
|
|
}
|