Skip to content

Instantly share code, notes, and snippets.

@colorbox
Created April 14, 2017 02:01
Embed
What would you like to do?
curl with basic and jq
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