The options for the request.
Represents a client for making requests to a service provider.
Optionalbody?: ReqOptionalcontentType?: stringOptionalheaders?: Record<string, any>Optionalhttp2?: booleanOptionaloriginMethod?: stringOptionaloverrides?: ClientHeadersType & {Optionalparams?: anyThe client used to make the request.
The response from the request.
Sends a request using the specified options and returns the response.