curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/basic/devices/actions/remoteOpenDoor' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial":"D66666999",
"schoolId":"10a795f4a25dee9ed4491f28747eb6"
}'
{
"code": 200,
"message": "操作成功"
}