curl --request POST \
--url https://ota-int.axisdata.net:9443/activitysearch \
--header 'Content-Type: application/xml' \
--data '<OTA_TourActivitySearchRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2011.2" PrimaryLangID="EN">
<POS>
<Source>
<RequestorID ID="TEST" ID_Context="AxisData" Type="22"/>
</Source>
<Source>
<RequestorID Type="88" ID="TEST" MessagePassword="testpass"/>
</Source>
</POS>
<SearchCriteria>
<DateTimePref Start="2029-07-17" End="2029-07-24"/>
<LocationPref Context="Source">
<Region RegionCode="HotelCode">AESPMI5L46</Region>
</LocationPref>
<LocationPref Context="Service">
<Region RegionCode="Product">XESPMI5L4U</Region>
</LocationPref>
</SearchCriteria>
</OTA_TourActivitySearchRQ>'