curl --location 'http://ws.qcertifica.com.br/RCWS002.asmx?op=ImportarChaveNFe' \
--header 'SOAPAction: https://ws.qcertifica.com.br/ConsultaCredito' \
--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:ConsultaCredito xmlns:tns="https://ws.qcertifica.com.br/">
<tns:data>
<tns:CpfCnpj>string</tns:CpfCnpj>
<tns:tipoOperacao>100</tns:tipoOperacao>
<tns:Token>string</tns:Token>
</tns:data>
</tns:ConsultaCredito>
</soap12:Body>
</soap12:Envelope>'