Skip to content

Instantly share code, notes, and snippets.

@pnakibar
Created July 2, 2017 18:17
Show Gist options
  • Save pnakibar/d843a5627c296def9b8c2b17b385dcc5 to your computer and use it in GitHub Desktop.
Save pnakibar/d843a5627c296def9b8c2b17b385dcc5 to your computer and use it in GitHub Desktop.
curl -X POST \
https://protected-bastion-53873.herokuapp.com/api/products \
-H 'authorization: d87cfe94-6665-4c63-b5b9-58a3c1498545' \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-H 'postman-token: 16cf1324-58fb-da18-9741-0810db8e222a' \
-d '{
"price": 10,
"name": "Novo Produto"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment