cURL
curl --request POST \ --url https://api.example.com/api/device/task/import \ --header 'Authentication: <authentication>' \ --header 'Content-Type: multipart/form-data' \ --form taskId=c669598d6bbf4a6c889b87697b5a0400 \ --form file='@example-file'
{}
"c669598d6bbf4a6c889b87697b5a0400"
"file://C:\\Users\\zhongsong\\Desktop\\设备变量.xlsx"
The response is of type object.
object