I have this ListAPIView:
class UserOrdersView(ListAPIView): serializer_class = OrdersSerializer queryset = Orders.objects.all() def get(self, requ