To use the http-functions API, install the @wix/http-functions
package using npm or Yarn:
npm install @wix/http-functions
or
yarn add @wix/http-functions
Then import { functions }
from @wix/http-functions
:
import { functions } from "@wix/http-functions";