{
"action":1,
"data":[
{
"id":2
}
]
}curl --location --request DELETE '/api/v1/agent/update/listing' \
--header 'Content-Type: application/json' \
--data-raw '{
"action":1,
"data":[
{
"id":2
}
]
}'{
"code": 200,
"data": "命令发送成功",
"msg": "成功"
}