file('image'); $pid = request()->post('pid'); return new ImageService()->processImage($image, $pid); } }