{
"task_code": "string"
}curl --location --request GET 'https://api.chaohui.ai/image/goods/generate-detail?app_id=&app_token=' \
--header 'Content-Type: application/json' \
--data '{
"task_code": "string"
}'{
"status": "string",
"code": 0,
"data": {
"task_code": "string",
"status": 0,
"result": [
{
"image_url": "string"
}
]
}
}