The whole hunk
from line 107, old and new numbered
/
lines
from line 107
107107
108108## Headers
109109
110- `"anthropic-version": optional string`
111
112 The version of the Claude API you want to use.
113
114 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
115
116110- `"x-api-key": optional string`
117111
118112## Returns
from line 407
413407
414408```bash
415409curl https://api.anthropic.com/v1/compliance/apps/chats/$CLAUDE_CHAT_ID/messages \
410 -H 'anthropic-version: 2023-06-01' \
416411 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
417412```
418413