Rest API - Batch and Bulk Operations
Given this REST API response after a bulk export request:
What is the value of the second user's name?
{"users": [{"id":1,"name":"Alice"},{"id":2,"name":"Bob"}]}What is the value of the second user's name?
