I received an error message stating "BadRequest. HTTP request failed due to invalid content: 'Unable to translate bytes [E1] at index 81 from the specified code page to Unicode.'". This error occurred when I made an HTTP request to a customized API. The issue is related to the presence of the character "ç" at index 81 in the API response. Despite my attempts to set the "Content-Type" header to "application/json;charset=UTF-8", the problem persists. Are there any known workarounds for this issue?