As you can see from the example above, each request in the batch (an "operation", in batch parlance) describes the same features any HTTP request would include: url - the API endpoint to hit, formatted exactly as you would for a regular REST API request, leading / and all. (required) method - what type of request to make -- GET, POST, PUT, etc. If no method is supplied, GET is assumed. (optional)

