The whole hunk
from line 28, old and new numbered
/
lines
from line 28
2828
2929### Headers
3030
31- `"anthropic-version": optional string`
32
33 The version of the Claude API you want to use.
34
35 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
36
3731- `"x-api-key": optional string`
3832
3933### Returns
from line 331
337331
338332```bash
339333curl https://api.anthropic.com/v1/compliance/organizations/$ORGANIZATION_ID/settings \
334 -H 'anthropic-version: 2023-06-01' \
340335 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
341336```
342337