The whole hunk
from line 178, old and new numbered
/
lines
from line 178
178178 -H 'Content-Type: multipart/form-data' \
179179 -H 'anthropic-version: 2023-06-01' \
180180 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
181 -F files='["Example data"]'
181 -F 'files[]=@/path/to/file'
182182```
183183
184184### Response (200)