Hello
I am trying to fetch data through the dataset with remote API.
When i make a post through the request and put a body in the field i get an error message back
This is what i put in the body:
This is what i am getting back:
response:\n{"type": "Error", "data": [{"message": "Body must be JSON"}], "moreAfter": null, "status": "error"}\n\n."
What is the proper way to write the json in the body. And where do i put the body in the json request.