https://www.django-rest-framework.org/api-guide/testing/
APIClient 사용 시 client. force_authenticate 사용 방법 (Django의 force_login, logout을 합친 helper 정도)
https://www.django-rest-framework.org/api-guide/testing/#authenticating
https://www.django-rest-framework.org/api-guide/testing/#authenticating
테스트를 위한 클래스 상속 시 TestCase 대신 APITestCase 사용 (주로)
https://www.django-rest-framework.org/api-guide/testing/#api-test-cases
https://www.django-rest-framework.org/api-guide/testing/#api-test-cases