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 73
7973
8074```bash
8175curl https://api.anthropic.com/v1/compliance/organizations/$ORG_UUID/roles \
76 -H 'anthropic-version: 2023-06-01' \
8277 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
8378```
8479