curl --location --request POST 'https://admin-api.wannanbigpig.com/admin/v1/department/create' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "测试部门",
"name": "测试部门",
"sort": 10
}'{
"code": 0,
"cost": "3.2ms",
"data": {},
"msg": "success",
"request_id": "req_20260423_0001"
}