generated at
wgetのかわりにcurlをつかう
macOSだとwgetをhomebrewでいれないとつかえないので代わりにcurlを使う

curl -L URL > foo.json

ファイル名指定なしダウンロード
curl -O URL