This document is generated by Novitec
Authorization: Bearer ********************
{
"color_temperature": "5000K"
}
curl --location --request POST 'http://192.168.0.144/camera/center/white-balance/color-temperature' \
--header 'Content-Type: application/json' \
--data-raw '{
"color_temperature": "5000K"
}'
{
"message": "Color Temperature set successfully"
}