public function request($verb, array $params = [])
 {
     parent::request($verb, $params);
     $this->headers['Content-Disposition'] = sprintf('attachment; filename="%s"', $this->download_name);
 }