curl --location --request POST '/resorts.asmx' \
--header 'SOAPAction: http://tempuri.org/GetAuthCredentials' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<tns:GetAuthCredentials xmlns:tns="http://tempuri.org/">
<tns:Username>string</tns:Username>
<tns:Password>string</tns:Password>
</tns:GetAuthCredentials>
</soap:Body>
</soap:Envelope>'<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<tns:GetAuthCredentialsResponse xmlns:tns="http://tempuri.org/">
<tns:GetAuthCredentialsResult>
<tns:s:schema/>
</tns:GetAuthCredentialsResult>
</tns:GetAuthCredentialsResponse>
</soap:Body>
</soap:Envelope>