curl --request POST \
--url https://api.example.com/api/device/task/edit \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"updateType": "<string>",
"packageId": "<string>",
"productId": "<string>",
"taskType": "<string>",
"configData": {},
"filters": {
"sns": "<string>",
"deptId": "<string>",
"version": "<string>"
},
"id": "<string>"
}
'