//Postman link: https://localhost:5001/Home/AddTicket public IActionResult AddTicket(AddTicketViewModel model) { _matchService.AddTicketInMatch(model); return(RedirectToAction("Matches")); }