This document is generated by Novitec
Authorization: Bearer ********************
{
"position": "right",
"color_code": "FF3D3D"
}
curl --location --request POST 'http://192.168.0.144/hub/system/led-color' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": "right",
"color_code": "FF3D3D"
}'
{
"message": "LED color set successfully"
}