How to Prevent Backslashes (\) in JSON Payload When Sending API Requests to WIX?

What are you trying to achieve?

I want to send a response from an AI Agent to the WIX CMS via API in JSON format.

Steps taken so far

I’m trying to parse the text multiple times in my scenario to ensure it’s formatted correctly. The output from the Text Parser module appears fine, but as soon as the parsed text is sent in the WIX API call, extra \ symbols are added. This causes a 400 error because the API cannot process the incorrectly formatted JSON.

The root of the issue seems to be the escaping of certain characters when the text is pasted into the WIX API payload. Do you have any suggestions on how to prevent the extra \ from being added or how to ensure the JSON payload is correctly formatted?

Screenshots: scenario setup, module configuration, errors