JSON Data String
When sending requests to the API and you’re asked to provide a Json Data String, you must provide a string based value in a JSON Object called data.
You can see an example below:
{ "data": "My long data goes here <hello>world</hello>"}