def post(self, request): request.user.notifications.mark_all_as_read() return Response(status=status.HTTP_200_OK)