meta { name: Update post 1 type: http seq: 8 } patch { url: {{baseUrl}}/api/posts/1 body: json auth: bearer } auth:bearer { token: {{accessToken}} } body:json { { "title": "Labas", "description": "kitas tekstas", "tags": ["high-res"] } }