curl --location --request GET 'https://api.topview.ai/v1/product_anyShoot/task/result?taskId&needCloudFrontUrl' \
--header 'Authorization;' \
--header 'Topview-Uid;'{
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"anyfitImages": [
{
"key": "string",
"url": "string"
}
]
}
}