Skip to content

Instantly share code, notes, and snippets.

@kaue-silva-ifood
Last active August 18, 2019 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaue-silva-ifood/c59ce9c24890ae7fc1632ca895dd3740 to your computer and use it in GitHub Desktop.
Save kaue-silva-ifood/c59ce9c24890ae7fc1632ca895dd3740 to your computer and use it in GitHub Desktop.
post request
curl -X POST http://localhost:8080 -H 'Content-Type: application/json' \
-d '{
"id" : "someId",
"quantity" : 10,
"isTrue" : false
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment