{
"name": "string",
"type": 0,
"notifyTypeList": [
0
],
"alarmTypeList": [
0
],
"boxSerialList": [
"string"
],
"aiIdList": [
0
],
"deviceIdList": [
0
],
"notifyPersonList": [
{
"userName": "string",
"phone": "string"
}
]
}
curl --location --request POST 'http://192.168.16.10:31748/v1/mAlarmNotifyConf/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": 0,
"notifyTypeList": [
0
],
"alarmTypeList": [
0
],
"boxSerialList": [
"string"
],
"aiIdList": [
0
],
"deviceIdList": [
0
],
"notifyPersonList": [
{
"userName": "string",
"phone": "string"
}
]
}'
{
"message": "",
"code": 0,
"data": {}
}