The whole hunk
from line 36, old and new numbered
/
lines
from line 36
3636
3737### Headers
3838
39- `"anthropic-version": optional string`
40
41 The version of the Claude API you want to use.
42
43 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
44
4539- `"x-api-key": optional string`
4640
4741### Returns
from line 184
190184
191185```bash
192186curl https://api.anthropic.com/v1/compliance/apps/projects/$PROJECT_ID/collaborators \
187 -H 'anthropic-version: 2023-06-01' \
193188 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
194189```
195190