If you send in a request that does not have valid JSON, we will show you the error message on the right side of the screen.

Invalid JSON includes anything that is not in JSON format and does not have the structure of JSON. This is different than the "Invalid Request Body" error explained next.

{
 "status": "FAIL",
 "date":"Thu, 01 Mar 2020 10:00:00 GMT",
 "error": "Request-body is not a valid JSON"
}

To rectify this error, please fix the JSON in the request body and try your request again. You can find JSON validators online to help you with getting your JSON correctly formatted.