$this->userId, 'cart_id' => $this->cartId, ]; } public function render(): JsonResponse { return response()->json(['message' => 'Cart is stale'], 409); } }