test.py
from django.test import TestCase, Client import json from django.urls import reverse from rest_framework import status from ..serializers import * fro