{ "deviceNo": "CMV2234310056", "opInstruction": "reboot" }
curl --location --request POST 'https://ai.mjyun.com/v1/openapi/device/lock' \ --header 'accessToken: {{accessToken}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "deviceNo": "CMV2234310056", "opInstruction": "reboot" }'
{ "code": 0, "msg": "成功", "data": null }