Sometimes response of a service is too large that swagger cannot get and beautify response as json. if we try with "curl" command, we get response very fast. I think this is because of "Syntax highlighting" configuration of swagger.
In this url, we can understand that one way is change this config:
springdoc.swagger-ui.syntaxHighlight.activated=false
Do you have any idea in wso2 apim 4.1.0? Can we change API Definition for this? or we have to change core configs of wso2?