다음과 같은 에러를 마주했다. 서로 다른 파일에서 class를 가져다 type hinting을 해야하는 상황이었다.pydantic.errors.ConfigError: field "" not yet prepared so type is still a ForwardRef,
frontend에서 json 타입으로 request body에 값을 전달하는 경우, fast api request 클래스를 생성해서 injection하면 type validate 할 수 있다. request 인스턴스에 dict() 메서드를 사용해서 dict로 만든다음