pub async fn bookmark_add(
profile_id: ProfileId,
bucket: BucketId,
prefix: String,
label: Option<String>,
store: State<'_, BookmarkStoreHandle>,
) -> Result<Bookmark, AppError>Expand description
Add a new bookmark. Returns the created record.