Change encoding for "UpsertRecords" method in C# SDK

Change encoding for "UpsertRecords" method in C# SDK

Hi there.

We're inserting some records in Zoho CRM using api v2 in C# SDK, but we're having issues with accents. We send text in UTF-8 encoding but it is stored wrong. For example, we're sending "Afganistán" but it appears like "Afganist?n".

How can we specify the text encoding?

Thanks.