curl --location --request POST 'http://127.0.0.1/admin/v1/department/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "ceshi",
"sort": 90,
"pid": 0,
"description": "负责公司人事管理"
}'{
"code": 0,
"msg": "OK",
"data": null,
"cost": "7.921417ms",
"request_id": "7954933a-5487-4ead-b0c7-2df92187e926"
}