meta { name: Create comment 1 type: http seq: 4 } post { url: {{baseUrl}}/api/posts/1/comments body: json auth: bearer } auth:bearer { token: {{accessToken}} } body:json { { "text": "Brilliant" } }