The whole hunk
from line 20, old and new numbered
/
lines
from line 20
2020
2121## Headers
2222
23- `"anthropic-version": optional string`
24
25 The version of the Claude API you want to use.
26
27 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
28
2923- `"x-api-key": optional string`
3024
3125## Returns
from line 78
8478
8579```bash
8680curl https://api.anthropic.com/v1/compliance/apps/sessions/local/$LOCAL_SESSION_ID \
81 -H 'anthropic-version: 2023-06-01' \
8782 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
8883```
8984