The whole hunk
from line 38, old and new numbered
/
lines
from line 38
3838
3939## Headers
4040
41- `"anthropic-version": optional string`
42
43 The version of the Claude API you want to use.
44
45 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
46
4741- `"x-api-key": optional string`
4842
4943## Returns
from line 130
136130
137131```bash
138132curl https://api.anthropic.com/v1/compliance/apps/projects/$PROJECT_ID/attachments \
133 -H 'anthropic-version: 2023-06-01' \
139134 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
140135```
141136