Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user