Authorization: Bearer ********************curl --location --request GET '/async_event/' \
--header 'Authorization: Bearer <token>'{
"result": [
{
"channel_id": "string",
"errors": [
{}
],
"id": "string",
"job_id": "string",
"result_url": "string",
"status": "string",
"user_id": 0
}
]
}