Hi, Check out this image

In Body, I have a post json, i will send request
But question and email values are extracted from power virtual agents chatbot.

sometimes the user types question in new line which makes a problem here
"question" : "how to bake a
cake",
"email" : "Xxx@ss.com"
the above one is not a valid json, how do i them a proper json? and then send request?