The whole hunk
from line 77, old and new numbered
/
lines
from line 77
7777
7878## Headers
7979
80- `"anthropic-version": optional string`
81
82 The version of the Claude API you want to use.
83
84 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
85
8680- `"x-api-key": optional string`
8781
8882## Returns
from line 151
157151
158152```bash
159153curl https://api.anthropic.com/v1/compliance/apps/sessions/remote \
154 -H 'anthropic-version: 2023-06-01' \
160155 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
161156```
162157