The request body can be a single JSON object, or it can contain an array of objects, called request object. A JSON request has this structure:
{
"request": <request body>
"request":
}
The response body has one object, or an array of response objects. A response has this structure:
"response": <response body>
"response":