The whole hunk
from line 33, old and new numbered
/
lines
from line 33
3333
3434## Headers
3535
36- `"anthropic-version": optional string`
37
38 The version of the Claude API you want to use.
39
40 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
41
4236- `"x-api-key": optional string`
4337
4438## Returns
from line 65
7165
7266```bash
7367curl https://api.anthropic.com/v1/compliance/organizations/$ORG_UUID/roles/$ROLE_ID/permissions \
68 -H 'anthropic-version: 2023-06-01' \
7469 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
7570```
7671