curl --location --request POST '/scenario_elements/' \ --header 'Authorization: bearer {{token}}' \ --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36' \ --form 'static_asset=@"bupt_cone_v1.zip"'
{ "code": 200, "result": { "error_infos": [] }, "message": "" }