curl --location --request POST '/open/rmbg' \
--form 'img2img="data:image/png;base64,iVBORw0KG....";type=false' \
--form 'imgBatch="图片URL地址, https://xxxx.jpg|https://xxxx.png,仅支持JPG,PNG格式";type=false' \
--form 'notifyurl=""'
{
"code": 0,
"message": "string",
"data": {
"wait_time": 0,
"uuid": "string",
"grid": "string",
"imglist": "string"
}
}