.call(url, json: body, ssl_context: OpenSSL::SSL::SSLContext.new.tap do |ctx|
          ctx.set_params(
            cert: OpenSSL::X509::Certificate.new(File.read(@options[:pix_cert])),
            key:  OpenSSL::PKey::RSA.new(File.read(@options[:pix_cert]))
          )