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"
The response is of type object.
object