This document is generated by Novitec
Authorization: Bearer ********************
{
"zoom_pos": 200
}
curl --location --request POST 'http://192.168.0.144/camera/center/optics/zoom' \
--header 'Content-Type: application/json' \
--data-raw '{
"zoom_pos": 200
}'
{
"message": "Zoom position set successfully"
}