curl --location '/Carta.asmx' \
--header 'SOAPAction: https://ws.qcertifica.com.br/DownloadRelatorioConferencia' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data '<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<tns:DownloadRelatorioConferencia xmlns:tns="https://ws.qcertifica.com.br/">
<tns:data>
<tns:DocCode>100</tns:DocCode>
<tns:IsLimbo>true</tns:IsLimbo>
<tns:Token>string</tns:Token>
</tns:data>
</tns:DownloadRelatorioConferencia>
</soap12:Body>
</soap12:Envelope>'<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<tns:DownloadRelatorioConferenciaResponse xmlns:tns="https://ws.qcertifica.com.br/">
<tns:DownloadRelatorioConferenciaResult>
<tns:Dados>Y29udGVudA==</tns:Dados>
<tns:Mensagem>string</tns:Mensagem>
<tns:Situacao>Sucesso</tns:Situacao>
</tns:DownloadRelatorioConferenciaResult>
</tns:DownloadRelatorioConferenciaResponse>
</soap12:Body>
</soap12:Envelope>