{
"teamWorkCollectionId":15,
"realName":"nb",
"eid":"1",
"voice":"1",
"voiceImg":"1",
"voiceName":"1",
"emotionName":"1",
"emotionValue":"1",
"styleDegree":"1",
"speed":"1",
"pitchKey":"1",
"pitch":"1",
"content":"1"
}
curl --location --request POST 'http://127.0.0.1:8080/user/saveHistoryVersion' \
--header 'Content-Type: application/json' \
--data-raw '{
"teamWorkCollectionId":15,
"realName":"nb",
"eid":"1",
"voice":"1",
"voiceImg":"1",
"voiceName":"1",
"emotionName":"1",
"emotionValue":"1",
"styleDegree":"1",
"speed":"1",
"pitchKey":"1",
"pitch":"1",
"content":"1"
}'
{}