curl --location 'https://hotelmapping.vervotech.com/api/3.0/mappings/GetMappingStatistics' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount'{
"ProviderMappingsStats": [
{
"ProviderFamily": "EAN",
"DownloadedProperties": 0,
"TotalProperties": 0,
"UnMappedProperties": 0,
"DuplicateProperties": 0,
"InvalidProperties": 0,
"UpdateInProcess": true,
"ChannelStats": [
{
"ChannelId": "string",
"ChannelCount": 0
}
]
}
],
"Status": true,
"Message": "Success",
"StatusCode": 2000
}