username:passwordAuthorization: Basic *****************{
"submodule": 0,
"urgency": 0,
"abnormal": 0,
"normal": 0,
"color": 1
}curl --location --request POST '169.254.128.2:5480/woosh/robot/LED' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"submodule": 0,
"urgency": 0,
"abnormal": 0,
"normal": 0,
"color": 1
}'{"body":{},"msg":"Request succeed","ok":true,"type":"woosh.robot.Speak"}