Authorization: Bearer ********************curl --location '/v1/images/generations/async/task_img_abc123' \
--header 'Authorization: Bearer <token>'{
"id": "task_img_abc123",
"object": "image_generation.task",
"model": "gpt-image-2-pro",
"status": "processing",
"progress": 42,
"created_at": 1735689600,
"completed_at": 0,
"expires_at": 1735776000,
"size": "1536x1024",
"data": [],
"error": {
"message": "",
"code": ""
}
}