So when I try to use this in body property of HTTP it is throwing an error ",} is accepted. the same body when I tried with the postman, it’s working. I formatted the body with double quotes as well. but still no luck. can someone help me on this formatting plz?
I believe for the purpose of putting the payload in the HTTP Request activity Body field, you will need to put everything as a long string without line breaks.
You only need to escape the quote with another quote. How I typically do it, is to feed the original string to Notepad++ and work on it there. For your source string, I first removed all returns by running a simple regex replace, and then did a replace all from