Created
April 14, 2017 02:01
-
-
Save colorbox/622893d1ce4c48e08851879c81059404 to your computer and use it in GitHub Desktop.
curl with basic and jq
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 PUT --user "id:pass" -d "user[current_password]=XXXXXXXX&user[password]=new_XXXXXXXX" https://XXXXXX.com |jq . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment