curl --location --request POST '/inst-service/service/inst_svc_signTakeRestrictInfo' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"attrId": 331434,
"attrValue": "1",
"attrValueId": 691014737,
"effDate": 1699000177000,
"expDate": 1699030800000,
"operType": "1000",
"orgId": -10053,
"prodInstId": 251237432444,
"regionId": 8320100,
"staffId": -10053
}
]'
{
"resultObject": {
"code": "1",
"msg": "插入成功!"
},
"resultCode": "0"
}