X-Api-Key: ********************curl --location '/api/ai/image/task/' \
--header 'X-Api-Key: <api-key>'{
"data": {
"logId": "string",
"status": "generating",
"startedAt": "2019-08-24T14:15:22.123Z",
"duration": 0,
"points": 0,
"request": {
"property1": "string",
"property2": "string"
},
"response": {
"property1": "string",
"property2": "string"
},
"images": [
{
"url": "string",
"b64_json": "string",
"revised_prompt": "string"
}
],
"errorMessage": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"code": 0,
"message": "string"
}