Team - I have facing issues while fetching all sites info from Harmony Connect using API call. Sites are present in different region/locations.
The same API call works fine when sites are only present in single region/location.
Please help with the correct way to fetch site info irrespective of region it belongs to.
Reference : https://app.swaggerhub.com/apis-docs/Check-Point/harmony-connect-api/1.4.0#/Location
===================
curl -X 'GET' \
'https://cloudinfra-gw.portal.checkpoint.com/app/harmonyconnect/v1.4/sites?offset=0&limit=100' \
-H 'accept: application/json' \
-H 'Authorization: Bearer <token here>'
==================
Output is "Internal server error"