The whole hunk
from line 33, old and new numbered
/
lines
from line 33
3333```bash
3434curl https://api.anthropic.com/v1/organizations/me \
3535 -H 'anthropic-version: 2023-06-01' \
36 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
36 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
3737```
3838
3939#### Response (200)