The whole hunk
from line 17, old and new numbered
/
lines
from line 17
1717
1818## Headers
1919
20- `"anthropic-version": optional string`
21
22 The version of the Claude API you want to use.
23
24 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
25
2620- `"x-api-key": optional string`
2721
2822## Returns
from line 57
6357
6458```bash
6559curl https://api.anthropic.com/v1/compliance/groups/$GROUP_ID \
60 -H 'anthropic-version: 2023-06-01' \
6661 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
6762```
6863