Optionalauth?: Optionalbody?: objectThe body of the request.
Optionalform?: objectWhen passed an object or a querystring, this sets body to a querystring representation of value, and adds Content-type: application/x-www-form-urlencoded header.
Optionalheaders?: objectAn object containing the headers to include in the request.
Optionaljson?: booleanIf true, sets body to JSON representation of value and adds Content-type: application/json header. Additionally, parses the response body as JSON.
Optionalmethod?: HttpMethodThe HTTP method to use for the request.
Optionalqs?: objectAn object containing querystring parameters to include in the request.
Optionalurl?: stringThe URL to make the request to.
The authentication options to use for the request