public IActionResult updateHighlightsInfo(HighlightsInfoStruct model) { var result = EGClient.updateHighlightsInfo(model); return(Ok(result)); }