{
"id":2,
"voiceName":"大闸蟹",
"content":"aabbccc"
}
curl --location --request POST 'http://127.0.0.1:8080/user/updateTeamWorkCollection' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":2,
"voiceName":"大闸蟹",
"content":"aabbccc"
}'
{
"code": 0,
"msg": "作品集管理",
"data": 1
}