{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"insInterfaceCode": "string",
"dictionaryType": "string"
}
curl --location --request POST '/ts-bs-ins/downInsDictionary' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"operatorId": "string",
"insInterfaceCode": "string",
"dictionaryType": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"totalCount": 0,
"signId": "string"
}