{
"name": "string",
"icon": "string",
"iconOssId": 0,
"quantity": 0,
"unit": "string",
"equityServerId": 0,
"sort": 0,
"color": "string",
"enable": true
}curl --location --request PUT 'https://test.51vive.com/app/vip/equity/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"icon": "string",
"iconOssId": 0,
"quantity": 0,
"unit": "string",
"equityServerId": 0,
"sort": 0,
"color": "string",
"enable": true
}'{
"code": 0,
"msg": "string",
"data": true
}