curl --location --request POST 'https://hotelmapping.vervotech.com/api/3.0/hotels/ReviewMappingsOfBookedHotels' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"Hotels": [
{
"UnicaId": 1212,
"BookingReferenceId": "121",
"BookingClientName": "574257481",
"ProviderName": "EAN",
"ProviderHotelId": "6377153",
"CheckInDate": "2021-07-04",
"CheckOutDate": "2021-07-04"
}
]
}'
{
"Status": true,
"Message": "Success",
"StatusCode": 2000
}