{
"id": 17731,
"name": "2022年",
"parentid": 17133,
"order": 99963000
}curl --location --request POST '/api/v3/update-department' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 17731,
"name": "2022年",
"parentid": 17133,
"order": 99963000
}'{
"code": 0,
"message": "success"
}