The whole hunk
from line 263, old and new numbered
/
lines
from line 263
263263```bash
264264curl https://api.anthropic.com/v1/organizations/usage_report/messages \
265265 -H 'anthropic-version: 2023-06-01' \
266 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
266 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
267267```
268268
269269#### Response (200)
from line 489
489489```bash
490490curl https://api.anthropic.com/v1/organizations/usage_report/claude_code \
491491 -H 'anthropic-version: 2023-06-01' \
492 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
492 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
493493```
494494
495495#### Response (200)