Setup

To use the http-functions API, install the @wix/http-functions package using npm or Yarn:

Copy
npm install @wix/http-functions

or

Copy
yarn add @wix/http-functions

Then import { functions } from @wix/http-functions:

Copy
import { functions } from "@wix/http-functions";
Did this help?