The whole hunk
from line 48, old and new numbered
/
lines
from line 48
4848
4949## Headers
5050
51- `"anthropic-version": optional string`
52
53 The version of the Claude API you want to use.
54
55 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
56
5751- `"x-api-key": optional string`
5852
5953## Returns
from line 114
120114
121115```bash
122116curl https://api.anthropic.com/v1/compliance/apps/sessions/local \
117 -H 'anthropic-version: 2023-06-01' \
123118 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
124119```
125120