{
"name": "圆流通",
"department_list": [
"cillum exercitation dolor esse"
],
"group_id": 48
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/material_library/group/update?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "圆流通",
"department_list": [
"cillum exercitation dolor esse"
],
"group_id": 48
}'
{
"group": {
"department_list": [
"cillum exercitation dolor esse"
],
"id": 100930039,
"name": "abc"
},
"status_code": 200,
"status_message": "ok",
"success": true
}