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