Created
July 2, 2017 18:17
-
-
Save pnakibar/d843a5627c296def9b8c2b17b385dcc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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