create_bookmark
Create a new bookmark.
Expects a JSON body with ``url`` (required) and ``title`` (required).
def create_bookmark() - > object
Creates a new bookmark. Expects a JSON body with 'url' and 'title' fields.
Returns
| Type | Description |
|---|---|
object | A dictionary representing the created bookmark, or an error message if creation failed. |