The whole hunk
from line 64, old and new numbered
/
lines
from line 64
6464curl https://api.anthropic.com/v1/organizations/rbac_groups \
6565 -H 'Content-Type: application/json' \
6666 -H 'anthropic-version: 2023-06-01' \
67 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
67 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
6868 -d '{
6969 "name": "Engineering"
7070 }'