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