{
"id": 0,
"protagonistId": 0,
"name": "string",
"enable": true,
"sort": 0,
"audioUrl": "string",
"audioOssId": 0,
"audioContent": "string",
"speakerId": "string",
"companyId": 0
}curl --location --request PUT 'https://test.51vive.com/forums/aiv/protagonist/tone' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"protagonistId": 0,
"name": "string",
"enable": true,
"sort": 0,
"audioUrl": "string",
"audioOssId": 0,
"audioContent": "string",
"speakerId": "string",
"companyId": 0
}'{
"code": 0,
"msg": "string",
"data": {}
}