curl --location 'http://ws.qcertifica.com.br/RCWS001.asmx?op=ImportarRemessa' \
--header 'SOAPAction: http://tempuri.org/ImportarRemessa' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data '<?xml version="1.0" encoding="UTF-8"?>
<root>
<soap12:Envelope>
<soap12:Body>
<tns:ImportarRemessa>
<tns:data>
<tns:NomeArquivo>ea sit Lorem nisi veniam</tns:NomeArquivo>
<tns:Arquivo>id Excepteur anim deserunt</tns:Arquivo>
<tns:NrRemessa>commodo veniam dolor</tns:NrRemessa>
<tns:Token>Duis Ut incididunt</tns:Token>
</tns:data>
</tns:ImportarRemessa>
</soap12:Body>
</soap12:Envelope>
</root>'