The options for the request.
Represents a client for making requests to a service provider.
Optional
acceptType?: stringOptional
body?: ReqOptional
contentType?: stringOptional
headers?: Record<string, any>Optional
originMethod?: stringOptional
overrides?: ClientHeadersType & { API_KEY?: string; WITH_CREDENTIALS?: boolean } & {Optional
params?: anyThe client used to make the request.
The response from the request.
Sends a request using the specified options and returns the response.