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