curl --request POST \
--url https://api.anysite.io/api/ai_based/honeywell/partner_search \
--header 'Content-Type: application/json' \
--data '
{
"timeout": 300,
"countryId": "<string>",
"categoryIDs": "<string>",
"languageCode": "en",
"pageSize": "100",
"startIndex": "0",
"searchTypeId": "4",
"ready": "true",
"_reference": "A8",
"isManualSearch": "true",
"manualSearching": "false",
"searchSourceName": "false",
"PromotionName": "false",
"CategoryLimiterIDs": "",
"doSearchMethod": "false",
"internetOnlySearch": "false",
"findNearestForNoResults": "false",
"returnEvent": "false",
"returnCoupon": "false",
"getHoursForUpcomingWeek": "true",
"InterfaceID": "26007",
"fillAttr": "false",
"showAllLocationsPerCountry": "false",
"showNearestLocationsInList": "false",
"ClientId": "7152",
"ApiKey": "a445ffc2-2f9b-414d-b6fb-0151602fdef6",
"count": "10"
}
'