IGM75BIHVB7ITQCKH27R7ND5FFFBUTRE76ZWYGYMSWOSLDH7JCGAC
IIDU4QUMJGBATIMHZ6BQEXUUZ5PTSNEG5N2DVGJEOEJINYMNQ3XAC
curl -sS $argv | python -m 'json.tool'
# use homebrew curl if it exists set CURL_PATH /usr/local/opt/curl/bin/curl if not test -e eval $CURL_PATH set CURL_PATH /usr/bin/curl end eval $CURL_PATH -sS $argv | python -m 'json.tool'
# use homebrew curl if it exists
set CURL_PATH /usr/local/opt/curl/bin/curl
if not test -e eval $CURL_PATH
set CURL_PATH /usr/bin/curl
end
eval $CURL_PATH -sS $argv | python -m 'json.tool'