curl --location --request GET 'https://api.01aigc.com/aicamera/artwork/query_task?taskId' \
--header 'AccessKeyId;' \
--header 'Signature;' \
--header 'AccessKeySecret;'
{
"code": 0,
"msg": "string",
"data": {
"taskId": "string",
"avatarList": [
{
"avatarId": "string"
}
],
"progressRate": 0,
"taskStatus": 0,
"failReason": "string",
"artworkList": [
{
"artworkId": "string",
"templateId": "string",
"progressRate": 0,
"imageStatus": 0,
"imageURL": "string",
"width": 0,
"height": 0
}
],
"integralNum": 0,
"notifyURL": "string"
},
"traceId": "string"
}