{
"teamId": 2595,
"teamName": "张三",
"companyId": "29050"
}
curl --location --request PUT '/admin-api/charging/subsidiary-management-team/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"teamId": 2595,
"teamName": "张三",
"companyId": "29050"
}'
{
"code": 0,
"data": true,
"msg": "string"
}