Hey all, @neerja
I am callin an API and get an UTF-8 error.
Here is the call
And here is the error.
Do somebody knows how to avoid it ?
Thanks,
Hey all, @neerja
I am callin an API and get an UTF-8 error.
Here is the call
And here is the error.
Do somebody knows how to avoid it ?
Thanks,
You have Content type json but you are sending a paramter and not a json
Also, have a look at this reply where I have tested a few call and what output is
Try this