The whole hunk
from line 31, old and new numbered
/
lines
from line 31
3131
3232### Headers
3333
34- `"anthropic-version": optional string`
35
36 The version of the Claude API you want to use.
37
38 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
39
4034- `"x-api-key": optional string`
4135
4236### Returns
from line 71
7771
7872```bash
7973curl https://api.anthropic.com/v1/compliance/groups/$GROUP_ID/members \
74 -H 'anthropic-version: 2023-06-01' \
8075 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
8176```
8277