The whole hunk
from line 80, old and new numbered
/
lines
from line 80
8080 -H 'Content-Type: multipart/form-data' \
8181 -H 'anthropic-version: 2023-06-01' \
8282 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
83 -F files='["Example data"]'
83 -F 'files[]=@/path/to/file'
8484```
8585
8686#### Response (200)