Emojis causing a disturbance in our REST-integrationsIssue 'Error: 500 Error invoking http request: Error executing REST request: attachment does not exist with sys_id: undefined' is being thrown in ECC Queue because of emojis in the payload of the message.Cause"executeAsync" goes via the ECC queue. ECC Queue payload keeps the Emojis as expected but processing throws errors.ResolutionIt works without if the body is encoded using "encodeURI".Related LinksOutbound REST call with special characters or emoji in the payload on "executeAsync" generates "Error