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 89
9589
9690```bash
9791curl https://api.anthropic.com/v1/compliance/organizations/$ORG_UUID/users \
92 -H 'anthropic-version: 2023-06-01' \
9893 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
9994```
10095