curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/visualintercom/actions/callElevator' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "123456",
"floorNumber": 1,
"authorizedFloorList": [2,3]
}'{
"code": 200,
"message": "操作成功"
}