9951 explained code solutions for 126 technologies


curlSend JSON data from file


curl https://httpbin.org/anything --data @data.jsonctrl + c
curl

base curl command

/anything

sample URL to send request to

--data

send specified data in the POST request

data.json

name of the JSON file to load data from