# Functions
WithAPIKey sets the apiKey auth request header.
WithBaseURL sets the base URL, overriding the default environment, if any.
WithBodyProperties adds the given body properties to the request.
WithCorrelationID sets the correlationID request header.
WithHTTPClient uses the given HTTPClient to issue the request.
WithHTTPHeader adds the given http.Header to the request.
WithIdempotencyKey sets the idempotencyKey request header.
WithMaxAttempts configures the maximum number of retry attempts.
WithQueryParameters adds the given query parameters to the request.
# Type aliases
IdempotentRequestOption adapts the behavior of an indivdual request.
RequestOption adapts the behavior of an indivdual request.