curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/SHARING_GROUP_RULE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"CascadePermitionsFlag": "string",
"CreatedUserId": "string",
"RuleCriteria": "string",
"Updated": "string",
"FilterLogic": "string",
"Created": "string",
"UpdatedUserId": "string",
"SharingGroupId": "string",
"Formula": "string",
"Id": "string",
"ExternalKey": "string",
"EntityId": 0
},
"externalIDFieldName": "ExternalKey"
}'