public IActionResult updateCatalogueBooksInfo(CatalogueBooksStruct model) { var result = EGClient.updateCatalogueBooksInfo(model); return(Ok(result)); }