The whole hunk
from line 84, old and new numbered
/
lines
from line 84
8484
8585## Headers
8686
87- `"anthropic-version": optional string`
88
89 The version of the Claude API you want to use.
90
91 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
92
9387- `"x-api-key": optional string`
9488
9589## Returns
from line 160
166160
167161```bash
168162curl https://api.anthropic.com/v1/compliance/apps/projects \
163 -H 'anthropic-version: 2023-06-01' \
169164 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
170165```
171166