Authorization: Bearer ********************
curl --location --request GET 'https://dev-alexa.sifely.com/v3/lockRecord/list?lockId&pageNo&pageSize' \
--header 'Authorization: Bearer <token>'
{
"list": [
{
"keyboardPwd": "string",
"lockDate": 0,
"lockId": 0,
"recordId": 0,
"recordType": 0,
"recordTypeFromLock": 0,
"serverDate": 0,
"success": 0,
"username": "string"
}
],
"pageNo": 0,
"pageSize": 0,
"pages": 0,
"total": 0
}