curl --location --request POST 'https://hotelmapping.vervotech.com/api/3.0/mappings/findMatch' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"HotelToMap": {
"SupplierName": "Hopper",
"SupplierHotelId": "bc424a25-e7cd-8d34-a1b8c806457c",
"HotelName": "Test Hotel",
"Line1": "102 Greenwich St,",
"Line2": "",
"CityName": "New York",
"StateName": "New York",
"StateCode": "NY",
"ZipCode": 10002,
"CountryCode": "USA",
"CountryName": "United States",
"StarRating": 2,
"Lat": 41.79675445,
"Long": -71.023226601,
"Phones": "",
"Fax": "",
"Email": "",
"Website": "",
"PropertyType": "Hotel"
},
"MatchingProviders": [
"Agoda"
]
}'