curl --location 'https://async.koukoutu.com/v1/create' \ --header 'X-API-Key: api 密钥' \ --form 'model_key="upscale2stamp"' \ --form 'image_file=@""' \ --form 'scale="4"'
{ "code": 200, "message": "success", "data": { "task_id": 176 } }