curl --location --request GET 'https://api.topview.ai/v2/product_avatar/task/image_replace/query?taskId&needCloudFrontUrl' \
--header 'Topview-Uid;' \
--header 'Authorization;'{
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"replaceProductResult": [
{
"imageId": "string",
"faceExistence": true,
"url": "string"
}
]
}
}