public IActionResult UpdateCTKM([FromBody] PromotionsDTO obj, string flag) => Ok(promotionsService.UpdatePromotion(obj, HttpContext.User, flag));