curl --location '/EventosNfe.svc' \
--header 'SOAPAction: https://ws.qcertifica.com.br/IEventosNfe/SolicitarMonitoramento' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="https://ws.qcertifica.com.br/" xmlns:qcer="http://schemas.datacontract.org/2004/07/QCertificaWS.Parametros" xmlns:bus="http://schemas.datacontract.org/2004/07/BusinessObject.Parametros">
<soapenv:Header/>
<soapenv:Body>
<ws:SolicitarMonitoramento>
<ws:dados>
<qcer:ListaNfe>
<bus:DadosNFe>
<bus:DtaVecto>?</bus:DtaVecto>
<bus:NroNFe>?</bus:NroNFe>
</bus:DadosNFe>
</qcer:ListaNfe>
<qcer:TipoConsulta>?</qcer:TipoConsulta>
<qcer:TipoExecucao>?</qcer:TipoExecucao>
<qcer:Token>?</qcer:Token>
</ws:dados>
</ws:SolicitarMonitoramento>
</soapenv:Body>
</soapenv:Envelope>'