The whole hunk
from line 72, old and new numbered
/
lines
from line 72
7272
7373### Headers
7474
75- `"anthropic-version": optional string`
76
77 The version of the Claude API you want to use.
78
79 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
80
8175- `"x-api-key": optional string`
8276
8377### Returns
from line 266
272266
273267```bash
274268curl https://api.anthropic.com/v1/compliance/apps/sessions/remote/$CLAUDE_REMOTE_SESSION_ID/messages \
269 -H 'anthropic-version: 2023-06-01' \
275270 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
276271```
277272