Authorization: ********************
curl --location --request GET '/management/camera-alert-user/getById?id' \
--header 'Tenant-Id: 154' \
--header 'Authorization;'
{
"code": "string",
"msg": "string",
"data": {
"email": "string",
"mobile": "string",
"openId": "string",
"userName": "string",
"id": 0,
"deviceType": 0,
"deviceId": 0,
"alertUserId": 0,
"status": 0,
"alertType": -128,
"createTime": "2019-08-24T14:15:22Z",
"modifyTime": "2019-08-24T14:15:22Z",
"tenantId": "string",
"appId": "string"
},
"stackTraceMsg": "string"
}