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