Json Encode Issue
When setting the request Token Encoding of a webhook to JSON, the special characters such as (à or é) are being converted to their corresponding javascript form instead of remaining as they originally are.
I tried switching the encoding to None however this proved to be problematic as a JSON string is being sent as a request and it ruins the structure of the string (booleans to be exact).
Is there a way the encoding could be configured or a setting for the field or webhook could be changed that would not have the characters such as (à or é) effected?