# File lib/fog/compute/requests/brightbox/reset_ftp_password_account.rb, line 6
        def reset_ftp_password_account(options = {})
          request(
            :expects  => [200],
            :method   => 'POST',
            :path     => "/1.0/account/reset_ftp_password",
            :headers  => {"Content-Type" => "application/json"},
            :body     => options.to_json
          )
        end