The whole hunk
from line 21, old and new numbered
/
lines
from line 21
2121
2222## Headers
2323
24- `"anthropic-version": optional string`
25
26 The version of the Claude API you want to use.
27
28 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
29
3024- `"x-api-key": optional string`
3125
3226## Returns
from line 53
5953
6054```bash
6155curl https://api.anthropic.com/v1/compliance/organizations/$ORG_UUID/roles/$ROLE_ID \
56 -H 'anthropic-version: 2023-06-01' \
6257 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
6358```
6459