{
"deptId": 0
}curl --location '/auth/select-dept' \
--header 'Content-Type: application/json' \
--data '{
"deptId": 0
}'{
"code": 0,
"msg": "string",
"data": {
"deptId": 0,
"deptName": "string"
},
"other": {}
}