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