The whole hunk
from line 53, old and new numbered
/
lines
from line 53
5353```bash
5454curl https://api.anthropic.com/v1/organizations/workspaces/$WORKSPACE_ID/members/$USER_ID \
5555 -H 'anthropic-version: 2023-06-01' \
56 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
56 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
5757```
5858
5959### Response (200)