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