How to capture request body in ClientRequest when implementing ExchangeFilterFunction
I am implementing a class that implements the ExchangeFilterFunction interface in a Spring WebFlux application to intercept and log HTTP requests and responses when using a reactive WebClient.