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