curl --location --request GET 'http://1.24.238.233:19051/api/healthAssessment/cis' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": {
"Ns": 0,
"riverList": [
{
"pkid": "",
"name": "",
"riverCode": "",
"riverLength": 0.0,
"riverCount": 0,
"waterTotal": 0.0,
"cis": 0,
"d100": 0.0
}
],
"CISr": 0
}
}