The whole hunk
from line 204, old and new numbered
/
lines
from line 204
204204 -H 'Content-Type: multipart/form-data' \
205205 -H 'anthropic-version: 2023-06-01' \
206206 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
207 -F files='["Example data"]'
207 -F 'files[]=@/path/to/file'
208208```
209209
210210### Response (200)