The options for the request.
Represents a client for making requests to a service provider.
Optionalbody?: ReqOptionalcontentType?: stringOptionalheaders?: Record<string, any>OptionaloriginMethod?: stringOptionaloverrides?: ClientHeadersType & { API_KEY?: string; WITH_CREDENTIALS?: boolean } & {Optionalparams?: any
Sends a request to the specified URL with the given options.