{
"payload_index": "string",
"camera_type": "string",
"locked": true,
"x": 0,
"y": 0,
"width": 0,
"height": 0
}curl --location '/control/api/v1/devices//payload/zoom' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"payload_index": "string",
"camera_type": "string",
"locked": true,
"x": 0,
"y": 0,
"width": 0,
"height": 0
}'{
"code": 0,
"message": "",
"data": {}
}