The whole hunk
from line 106, old and new numbered
/
lines
from line 106
106106 -H 'Content-Type: multipart/form-data' \
107107 -H 'anthropic-version: 2023-06-01' \
108108 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
109 -F files='["Example data"]'
109 -F 'files[]=@/path/to/file'
110110```
111111
112112#### Response (200)
from line 623
623623 -H 'Content-Type: multipart/form-data' \
624624 -H 'anthropic-version: 2023-06-01' \
625625 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
626 -F files='["Example data"]'
626 -F 'files[]=@/path/to/file'
627627```
628628
629629##### Response (200)