The whole hunk
from line 34, old and new numbered
/
lines
from line 34
3434
3535## Headers
3636
37- `"anthropic-version": optional string`
38
39 The version of the Claude API you want to use.
40
41 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
42
4337- `"x-api-key": optional string`
4438
4539## Returns
from line 182
188182
189183```bash
190184curl https://api.anthropic.com/v1/compliance/apps/projects/$PROJECT_ID/collaborators \
185 -H 'anthropic-version: 2023-06-01' \
191186 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
192187```
193188