# Response: add Response for serializer.is_valid Errors (line 41) ### code: ```python return Response(serializer.errors, status=status.HTTP_406_NOT_ACCEPTABLE) ``` ### location : branch : `with-verification` path: `accounts/api/v1/views.py`