curl --location --request GET 'http://dev-cn.your-api-server.com/v2///batch//' \
--header 'Authorization;'
{
"total": 0,
"current_page": 0,
"last_page": 0,
"per_page": 0,
"From": 0,
"to": 0,
"prev_page_url": "string",
"next_page_url": "string",
"requests": [
{
"public_id": 0,
"status": "succeeded",
"name": "string",
"errors": {},
"response": {}
}
],
"status": "succeeded",
"created": "2024-04-11T07:29:43.962Z",
"updated": "2024-04-11T07:29:43.962Z"
}