The whole hunk
from line 73, old and new numbered
/
lines
from line 73
7373```bash
7474curl https://api.anthropic.com/v1/organizations/rbac_roles \
7575 -H 'anthropic-version: 2023-06-01' \
76 -H 'anthropic-beta: ce-user-management-2026-07-13' \
7776 -H "X-Api-Key: $ANTHROPIC_API_KEY"
7877```
7978
from line 145
146145```bash
147146curl https://api.anthropic.com/v1/organizations/rbac_roles/$ROLE_ID \
148147 -H 'anthropic-version: 2023-06-01' \
149 -H 'anthropic-beta: ce-user-management-2026-07-13' \
150148 -H "X-Api-Key: $ANTHROPIC_API_KEY"
151149```
152150
from line 351
353351```bash
354352curl https://api.anthropic.com/v1/organizations/rbac_roles/$ROLE_ID/permissions \
355353 -H 'anthropic-version: 2023-06-01' \
356 -H 'anthropic-beta: ce-user-management-2026-07-13' \
357354 -H "X-Api-Key: $ANTHROPIC_API_KEY"
358355```
359356