curl --request POST \
--url <base_url>/bookmarks \
--header 'Authorization: Bearer AUTH_VALUE' \
--header 'Content-Type: text/html' \
--data '@bookmarks.html'
Session API
Set Bookmarks
curl --request POST \
--url <base_url>/bookmarks \
--header 'Authorization: Bearer AUTH_VALUE' \
--header 'Content-Type: text/html' \
--data '@bookmarks.html'
curl --request POST \
--url <base_url>/bookmarks \
--header 'Authorization: Bearer AUTH_VALUE' \
--header 'Content-Type: text/html' \
--data '@bookmarks.html'
This request does not overwrite existing bookmarks. Instead, it appends
the bookmarks provided in the HTML file to the existing bookmarks.