Есть некие методы API в Django.
{'response': {'user': {'nickname': 'welc32#1', 'id': 1, 'deleted': False, 'exp': {'scope': 0, 'level': 1, 'minLevelScope': 0, 'nextLevelScope': 10}, 'first_name': 'Илья', 'last_name': 'Канышев', 'online': 1564037487}, 'app_id': 1, 'access_token': 'ujCGpXPpxEmILwY1Biik'}}
{'response': {'user': {'nickname': 'welc32#1', 'id': 1, 'deleted': False, 'exp': {'scope': 0, 'level': 1, 'minLevelScope': 0, 'nextLevelScope': 10}, 'first_name': 'Илья', 'last_name': 'Канышев', 'online': 1564037487}, 'app_id': 1, 'access_token': 'ujCGpXPpxEmILwY1Biik'}}
Из первого вида нужно сделать второй. Чтобы перевод из JSON в объекты работал.