My controller class
@RestController
public class CartController {
@Autowired private CartService cartService; @GetMapping(path