The whole hunk
from line 70, old and new numbered
/
lines
from line 70
7070
7171## Headers
7272
73- `"anthropic-version": optional string`
74
75 The version of the Claude API you want to use.
76
77 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
78
7973- `"x-api-key": optional string`
8074
8175## Returns
from line 264
270264
271265```bash
272266curl https://api.anthropic.com/v1/compliance/apps/sessions/remote/$CLAUDE_REMOTE_SESSION_ID/messages \
267 -H 'anthropic-version: 2023-06-01' \
273268 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
274269```
275270