The whole hunk
from line 26, old and new numbered
/
lines
from line 26
2626
2727## Headers
2828
29- `"anthropic-version": optional string`
30
31 The version of the Claude API you want to use.
32
33 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
34
3529- `"x-api-key": optional string`
3630
3731## Returns
from line 329
335329
336330```bash
337331curl https://api.anthropic.com/v1/compliance/organizations/$ORGANIZATION_ID/settings \
332 -H 'anthropic-version: 2023-06-01' \
338333 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
339334```
340335