{
"classifyId": 0,
"memberId": 0,
"name": "string",
"originVideoUrl": "string",
"videoFirstFrameUrl": "string",
"workCoverUrl": "string",
"shieldEnable": true,
"openStatus": true,
"topEnable": true,
"releaseEnable": true,
"styleIds": [
0
]
}
curl --location --request PUT 'https://test.51vive.com/xingxy/voiceover/works/' \
--header 'Content-Type: application/json' \
--data-raw '{
"classifyId": 0,
"memberId": 0,
"name": "string",
"originVideoUrl": "string",
"videoFirstFrameUrl": "string",
"workCoverUrl": "string",
"shieldEnable": true,
"openStatus": true,
"topEnable": true,
"releaseEnable": true,
"styleIds": [
0
]
}'
{
"code": 0,
"msg": "string",
"data": true
}