The whole hunk
from line 109, old and new numbered
/
lines
from line 109
109109
110110### Headers
111111
112- `"anthropic-version": optional string`
113
114 The version of the Claude API you want to use.
115
116 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
117
118112- `"x-api-key": optional string`
119113
120114### Returns
from line 409
415409
416410```bash
417411curl https://api.anthropic.com/v1/compliance/apps/chats/$CLAUDE_CHAT_ID/messages \
412 -H 'anthropic-version: 2023-06-01' \
418413 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
419414```
420415