curl --location --request GET 'http://cloud.keepsoft.net:30100/api/mcc/v1/app/object/precipitations?objectName=&objectId' \ --header 'apiKey;' \ --header 'timestamp;' \ --header 'sign;'
{ "data": [ { "rainGageStationName": "RS1", "rainGageStationId": 1435181, "rate": 1, "percentage": 50 }, { "rainGageStationName": "RS2", "rainGageStationId": 1435182, "rate": 1, "percentage": 50 } ] }