{
"layers": [
{
"id": "0",
"source": "0"
}
],
"screenID": "string"
}curl --location --request PUT 'http://prod-cn.your-api-server.com/api/v1/screen/layer/input' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '{
"layers": [
{
"id": "0",
"source": "0"
}
],
"screenID": "string"
}'{
"code": 0,
"data": {},
"message": "string"
}