Install dependencies
Install any libraries needed for HTTP requests.
# Node.js 18+ has built-in fetch — no install needed for basic use.
# For streaming and FormData with file streams, install form-data:
npm install form-data
# If using Node.js 16 or lower, also run:
npm install node-fetch