curl --location '/RCWS001.asmx' \
--header 'SOAPAction: http://tempuri.org/ObtemTicketLogin' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data '<?xml version="1.0" encoding="UTF-8"?>
<root>
<soap12:Envelope>
<soap12:Body>
<tns:ObtemTicketLogin>
<tns:data>
<tns:ApplicationCode>78</tns:ApplicationCode>
<tns:PublicKey>dolor sunt labore laboris</tns:PublicKey>
</tns:data>
</tns:ObtemTicketLogin>
</soap12:Body>
</soap12:Envelope>
</root>'<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<tns:ObtemTicketLoginResponse xmlns:tns="http://tempuri.org/">
<tns:ObtemTicketLoginResult>
<tns:NroTicket>100</tns:NroTicket>
<tns:Mensagem>string</tns:Mensagem>
</tns:ObtemTicketLoginResult>
</tns:ObtemTicketLoginResponse>
</soap12:Body>
</soap12:Envelope>