mutate
Request Middlewares: Modify the outgoing HTTP request. This phase runs BEFORE the retry loop and is suitable for any middleware that only needs to run once and does not need to modify the outgoing request per/attempt.
At this phase the Request (operation input) has been serialized to an HTTP request.
Response Middlewares: Modify the output after deserialization