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