1$res = $gallery->request('GET','https://www.instagram.com/explore/tags/MIZONEDanceBattle/?__a=1');
2 $data = json_decode($res->getBody()->getContents(), true);
3
4 $gallery = Gallery::firtsOrCreate([
5 'shortcode',
6 'thumbnail_src',
7 ], $data]); // add $data here
8 $gallery->save();
9