{
"parent_id": 0,
"dept_belong_id": "string",
"dept_name": "string",
"order_num": -2147483648,
"leader": "string",
"phone": "string",
"email": "string",
"status": "string"
}
curl --location --request PATCH '/admin/permission/dept//' \
--header 'Content-Type: application/json' \
--data-raw '{
"parent_id": 0,
"dept_belong_id": "string",
"dept_name": "string",
"order_num": -2147483648,
"leader": "string",
"phone": "string",
"email": "string",
"status": "string"
}'
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"parent_id": 0,
"dept_belong_id": "string",
"dept_name": "string",
"order_num": -2147483648,
"leader": "string",
"phone": "string",
"email": "string",
"status": "string"
}