The whole hunk
from line 35, old and new numbered
/
lines
from line 35
3535
3636### Headers
3737
38- `"anthropic-version": optional string`
39
40 The version of the Claude API you want to use.
41
42 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
43
4438- `"x-api-key": optional string`
4539
4640### Returns
from line 67
7367
7468```bash
7569curl https://api.anthropic.com/v1/compliance/organizations/$ORG_UUID/roles/$ROLE_ID/permissions \
70 -H 'anthropic-version: 2023-06-01' \
7671 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
7772```
7873