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" } }