I\'m trying to send an object like this to my REST API(built with asp net core)
{
\"firstName\":\"tersü\",
\"lastName\":\"asda\"
}
I was having this error when working with SSRS on a .rdl file. The solution was that I needed to save the file as an unsigned UTF-8 file rather than a signed UTF-8 file. Here is how you do that in Visual Studio:
That fixed the problem for me, I hope it helps!