meta { name: create-bookmark type: http seq: 1 } post { url: {{baseUrl}}/feed/bookmarks body: json auth: bearer } auth:bearer { token: {{token}} } body:json { { "name": "read later", "description": null, "isPublic": false } }