Special Characters in a JSON payload are not allowed in a Rest API callIssue Can special characters within the JSON payload be used with the ServiceNow Rest API?CauseThe platform expects JSON as text in a key:value pair. ResolutionSpecial characters require different handling. Whenever there are special characters in the JSON payload, they should be escaped appropriately. Out of the Box this functionality is not available on the platform, an enhancement request should be raised on our Idea Portal, where the best ideas are voted on and may be implemented in future releases.