curl --location 'https://192.168.88.32:9781/bvcsp/v1/contact/multi/settop/del' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '[
0
]'{
"code": 0,
"msg": "string",
"data": [
{
"code": 0,
"msg": "string"
}
]
}