pub async fn cell_edit( cluster: Cluster, notebook_id: i64, cell_id: i64, data: Form<Cell<'_>>, ) -> Result<ResponseOk, Error>