Hello,
I try to create a new member with name that contains chars of extended Latin alphabet (Ñ, Í, Õ etc.). I use powershell Invoke-RestMethod command and generate a body on the fly.
I receive "The remote server returned an error: (400) Bad Request" response.
Do I have to somehow prepare my request before API calling or something else?