{ "value": 0, "canvasIDs": [ 45 ] }
curl --location --request PUT 'http://dev-cn.your-api-server.com:8001/api/v1/device/displaymode' \ --header 'Device-Key: 10.40.41.200:8001' \ --header 'Content-Type: application/json' \ --data-raw '{ "value": 0, "canvasIDs": [ 45 ] }'
{ "code": 0, "data": null, "message": "Success" }