This document is generated by Novitec
Authorization: Bearer ********************
{
"blue_gain": 100
}
curl --location --request POST 'http://192.168.0.144/camera/center/white-balance/blue-gain' \
--header 'Content-Type: application/json' \
--data-raw '{
"blue_gain": 100
}'
{
"message": "Blue Gain set successfully"
}