curl --location --request GET '/medemr/maintain/element/queryRegionSection?hospitalCode=001' \
--header 'Authorizations: {{token}}'
{
"body": [
{
"createTime": "2019-08-24T14:15:22Z",
"customCode": "string",
"describe": "string",
"hospitalCode": "string",
"id": 0,
"isValid": true,
"name": "string",
"operCode": "string",
"operName": "string",
"operTime": "2019-08-24T14:15:22Z",
"spellCode": "string",
"type": "string",
"wbCode": "string"
}
],
"resultCode": "string",
"resultMessage": "string"
}