brain/src/ops/tools/curl.md

142 B

Curl

Add form-file in a POST request

curl -F "field-name=@/my/path" http://example.com

POST is implicit because of -F.