{
"zeloUserId": "string",
"alertId": 0
}
curl --location --request POST 'http://192.168.16.10:31748/v1/mAlgorithmAlarm/savePersonInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"zeloUserId": "string",
"alertId": 0
}'
{
"message": "",
"code": 0,
"data": {},
"msgData": {}
}