curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/schema_10_05_2025/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": null,
"Created": null,
"CreatedUserId": null,
"EntityId": null,
"ExternalKey": null,
"FilterLogic": null,
"Formula": null,
"Id": null,
"RuleCriteria": null,
"SharingGroupId": null,
"Updated": null,
"UpdatedUserId": null
},
"externalIDFieldName": "ExternalKey"
}'