{
"imageUrl": "https://aigcoss.zhiqiteai.cn/video/Snipaste_2024-11-26_11-42-33_1732611109267.png",
"businessTaskId": "22222"
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/tool/image/removeWatermark' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "https://aigcoss.zhiqiteai.cn/video/Snipaste_2024-11-26_11-42-33_1732611109267.png",
"businessTaskId": "22222"
}'
{
"code": "string",
"msg": "string",
"data": {
"task_id": "string"
}
}