pub async fn notebook_duplicate(
    client: &ApiClient,
    notebook_id: Base64Uuid,
    payload: NotebookCopyDestination
) -> Result<Notebook>
Expand description

Creates a copy of the specified notebook