Skip to main content
added a little formatting
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 266

If you look at the documentation you will find this syntax:

curl -XPOST -d b=@/path/postbody.json

curl -XPOST -d b=@/path/postbody.json 

If you look at the documentation you will find this syntax:

curl -XPOST -d b=@/path/postbody.json

If you look at the documentation you will find this syntax:

curl -XPOST -d b=@/path/postbody.json 
Source Link
rohit
  • 196
  • 4

If you look at the documentation you will find this syntax:

curl -XPOST -d b=@/path/postbody.json