pub async fn cell_create( cluster: Cluster, id: i64, cell: Form<Cell<'_>>, ) -> Result<Redirect, Error>