When I try creating a Abstract user to customize my
User model, 'email' field always links to internal python module named 'email' which always causes this error
Got AttributeError when attempting to get a value for field `email` on serializer `RegisterSerializer`.
The serializer field might be named incorrectly and not match any attribute or key on the `Response` instance.
Original exception text was: 'Response' object has no attribute 'email'