The whole hunk
from line 184, old and new numbered
/
lines
from line 184
184184```bash
185185curl https://api.anthropic.com/v1/organizations/usage_report/claude_code \
186186 -H 'anthropic-version: 2023-06-01' \
187 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
187 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
188188```
189189
190190### Response (200)