https://www.django-rest-framework.org/tutorial/3-class-based-views/
먼저 APIView로 구현해본 후 ViewSet으로 구현하는 것이 좋겠다!
이후에 test.py 업데이트
더 읽어보기
ViewSets Custo Base 등: https://www.django-rest-framework.org/api-guide/viewsets/
Serializer: https://www.django-rest-framework.org/api-guide/serializers/
Routers (Simple, Default 등): https://www.django-rest-framework.org/api-guide/routers/
ViewSets Custo Base 등: https://www.django-rest-framework.org/api-guide/viewsets/
Serializer: https://www.django-rest-framework.org/api-guide/serializers/
Routers (Simple, Default 등): https://www.django-rest-framework.org/api-guide/routers/