Hello!
I've made a custom connector that returns API calls from our ERP system. But it fails to return special characters like "Š, Č, Ū" etc. which are comonly used in our language. When you call the API from like a browser or postman, it shows all the data correctly which makes me believe this issue is a connector based one instead of the call itself.
This is from the connector while testing the call
This is from when i call the API in a browser or any other place
Any ideas on how to solve this would be appriciated 🙂