The whole hunk
from line 206, old and new numbered
/
lines
from line 206
206206 -H 'Content-Type: multipart/form-data' \
207207 -H 'anthropic-version: 2023-06-01' \
208208 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
209 -F files='["Example data"]'
209 -F 'files[]=@/path/to/file'
210210```
211211
212212#### Response (200)
from line 1123
11231123 -H 'Content-Type: multipart/form-data' \
11241124 -H 'anthropic-version: 2023-06-01' \
11251125 -H "X-Api-Key: $ANTHROPIC_API_KEY" \
1126 -F files='["Example data"]'
1126 -F 'files[]=@/path/to/file'
11271127```
11281128
11291129##### Response (200)