When using the API, and using addRequest method, I would like to format the request using bold/underline/tables the same way you can do it in the editor.
I've tried HTML, but if you send it
<b>Bold text</b>
You get
Bold text<+strong>
Can someone help me with the correct syntax?
Thanks