Content type ‘application/json’ not supported for bodyType=com.fasterxml.jackson.databind.JsonNode
So Im using spring gateway to build a proxy like service and one job is to process the response and update it, so accordingly I wrote a gateway filter but it seems like it’s not working as I expected.