public async Task <IActionResult> CloseTicket(AcceptWithDeviation data) { CommonResponse response = ticket.CloseTicket(data); return(Ok(response)); }