curl --location --request DELETE 'https://iot-dev.utapp.cn/api/v2/device/deleteDevice?productKey=&deviceName=&cascade=' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": [
null
],
"success": true,
"message": "操作成功"
}