Authorization: ********************{
"deviceType": 0,
"deviceId": 0,
"alertUserId": 0,
"alertType": -127,
"status": 0,
"tenantId": "string",
"appId": "string"
}curl --location --request POST '/management/camera-alert-user/add' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceType": 0,
"deviceId": 0,
"alertUserId": 0,
"alertType": -127,
"status": 0,
"tenantId": "string",
"appId": "string"
}'{
"code": "",
"msg": "",
"data": {
"id": 0,
"deviceType": 0,
"deviceId": 0,
"alertUserId": 0,
"alertType": 0,
"status": 0,
"userName": "",
"mobile": "",
"openId": "",
"email": "",
"createTime": "",
"modifyTime": "",
"tenantId": "",
"appId": ""
},
"stackTraceMsg": ""
}