The whole hunk
from line 104, old and new numbered
/
lines
from line 104
104104 -H 'Content-Type: multipart/form-data' \
105105 -H 'anthropic-version: 2023-06-01' \
106106 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
107 -F files='["Example data"]'
107 -F 'files[]=@/path/to/file'
108108```
109109
110110### Response (200)