I am a newbie to Django rest framework.
What have done so far is as follows:
my api view:
@api_view([\'POST\']) @permission_classes([]) def loginUse