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?: anyThe client used to make the request.
The response from the request.
Sends a request using the specified options and returns the response.