The whole hunk
from line 139, old and new numbered
/
lines
from line 139
139139```bash
140140curl https://api.anthropic.com/v1/organizations/api_keys/$API_KEY_ID \
141141 -H 'anthropic-version: 2023-06-01' \
142 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
142 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
143143```
144144
145145### Response (200)