The whole hunk
from line 29, old and new numbered
/
lines
from line 29
2929
3030## Headers
3131
32- `"anthropic-version": optional string`
33
34 The version of the Claude API you want to use.
35
36 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
37
3832- `"x-api-key": optional string`
3933
4034## Returns
from line 81
8781
8882```bash
8983curl https://api.anthropic.com/v1/compliance/groups \
84 -H 'anthropic-version: 2023-06-01' \
9085 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
9186```
9287