curl --location --request GET '/meddoc/basic/mutex/getAllLevelMutexOrderList?hospitalCode=YLV21051' \
--header 'Authorizations: {{token}}'
{
"body": [
{
"hospitalCode": "string",
"id": 0,
"mutexGroupId": 0,
"mutexGroupName": "string",
"mutexType": "string",
"operCode": "string",
"operDate": "2019-08-24T14:15:22Z",
"teamCode": "string",
"teamName": "string",
"teamTypeCode": "string",
"teamTypeName": "string"
}
],
"resultCode": "string",
"resultMessage": "string"
}