{
"id": 0,
"name": "string",
"description": "string",
"videoImage": "string",
"videoImageOssId": 0,
"videoUrl": "string",
"videoOssId": 0,
"images": "string",
"imageOssIds": "string",
"deleted": true,
"enable": true,
"sort": 0
}curl --location --request PUT 'https://test.51vive.com/dazi/items' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"description": "string",
"videoImage": "string",
"videoImageOssId": 0,
"videoUrl": "string",
"videoOssId": 0,
"images": "string",
"imageOssIds": "string",
"deleted": true,
"enable": true,
"sort": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}