to curl some json data from api url, we can use;
this command will beautify those json data into much readable format
curl [url] | python -mjson.tool