Node.js v18.12.0 fastify v4.10.2
백엔드: Fastify + HTTP2
Node.js에 기본적으로 내장된 fetch 사용하면 오류 발생
node-fetch 패키지 설치하고 fetch 사용
import fetch from 'node-fetch'