curl --location 'https://async.koukoutu.com/v1/create' \
--header 'X-API-Key: api 密钥' \
--form 'model_key="image-to-image"' \
--form 'image_file=@""' \
--form 'similarity="0.80"' \
--form 'prompt="生成一只猫"' \
--form 'negative_prompt=""' \
--form 'type="1"' {
"code": 200,
"message": "success",
"data": {
"task_id": 176
}
}