This document is generated by Novitec
Authorization: Bearer ********************
{
"auto_exposure_min": "1/15000"
}
curl --location --request POST 'http://192.168.0.144/camera/center/brightness/auto-exposure-min' \
--header 'Content-Type: application/json' \
--data-raw '{
"auto_exposure_min": "1/15000"
}'
{
"message": "Auto Exposure Min set successfully"
}