POST /batch 
        Executes a batch of API requests in one database transaction. If any
request fails, execution halts and the transaction is rolled back.
        
          Request Body
          
          
            | media type | data type | description | 
          
          
          
            | application/json | ApiBatchRequest
 (JSON) | Batch of request to execute. | 
          
        
        
          Response Body
          
          
            | media type | data type | description | 
          
          
          
            | application/json | ApiBatchResponse
 (JSON) | Batch response, containing one element for each executed request
element. If a request element was skipped (i.e. a previous request
element failed), it will not have a corresponding response element. |