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