curl --location --request GET '/medemr/maintain/dept/queryDeptListByType?hospitalCode=1' \
--header 'Authorizations: {{token}}'
{
"body": [
{
"deptCode": "string",
"deptName": "string",
"deptProCode": "string",
"deptType": "string",
"fullName": "string",
"hospitalCode": "string",
"isValid": true
}
],
"resultCode": "string",
"resultMessage": "string"
}