Created
August 9, 2017 23:36
-
-
Save gjyoung1974/b36322f78dfe05018b76e241db40ef18 to your computer and use it in GitHub Desktop.
tokenize middle 6
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
#!/bin/bash | |
curl -s https://{some tenanant}.{some environment}.verygoodproxy.com/post \ | |
-H "Content-type: application/json" \ | |
-d '{"CCN": "'$1'"}' | jq --raw-output '.data' | jq --raw-output .CCN | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment