{
"id": 1024,
"name": "芋道",
"parentId": 1024,
"sort": 1024,
"leaderUserId": 2048,
"phone": "15601691000",
"email": "yudao@iocoder.cn",
"status": 1
}
curl --location --request PUT '/admin-api/system/dept/update' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"name": "芋道",
"parentId": 1024,
"sort": 1024,
"leaderUserId": 2048,
"phone": "15601691000",
"email": "yudao@iocoder.cn",
"status": 1
}'
{
"code": 0,
"data": true,
"msg": "string"
}