curl --location --request GET 'http://cloud.keepsoft.net:30100/api/mcc/v1/app/proxy/object/sluice/openings' \ --header 'apiKey;' \ --header 'timestamp;' \ --header 'sign;'
{ "data": [ { "objectId": 0, "sluiceOpenings": [ { "sluice1dCount": 0, "width": 0, "biggestOpening": 0, "initialOpening": 0, "openingName": "string" } ] } ] }