25 lines
262 B
Plaintext
25 lines
262 B
Plaintext
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
|
|
}
|
|
|
|
}
|