Open
Description
I am looking for enriching the response headers of feign with custom key-value pair through custom ResponseInterceptor class.
However, I am facing UnsupportedOperationException due to UnmodifiableMap.
How do we achieve adding custom response headers with minimal code changes to our microservice?