public IActionResult AddFavourite(int id, int userId) { _advertService.AddFavourite(id, userId); return(Ok()); }