The whole hunk
from line 27, old and new numbered
/
lines
from line 27
2727
2828## Headers
2929
30- `"anthropic-version": optional string`
31
32 The version of the Claude API you want to use.
33
34 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
35
3630- `"x-api-key": optional string`
3731
3832## Returns
from line 59
6559
6660```bash
6761curl https://api.anthropic.com/v1/compliance/organizations \
62 -H 'anthropic-version: 2023-06-01' \
6863 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
6964```
7065