AsyncApiResponseList
Async API Response List
List of responses related to asynchronous operations.
JSON Example
{
"results": [
{
"id": "string",
"status_url": "string"
}
]
}