Hi,
Error notification "The request body is not valid JSON" is most probably caused by using of incorrect content type. But first, you should check the JSON format (if brackets, quotes, commas are used in a correct way).
Then you should check the body settings. You should choose
raw as a content type and select
JSON:
You can also check the content type in headers, by changing the content-type to application/json.