curl --location 'https://async.koukoutu.com/v1/create' \
--header 'X-API-Key: api 密钥' \
--form 'model_key="image-outpaint"' \
--form 'image_file=@"C:\\Users\\94720\\Downloads\\微信图片_20260525201244_343_3599.png"' \
--form 'params="0,0,365,0"' {
"code": 200,
"message": "success",
"data": {
"task_id": 176
}
}