username:password
Authorization: Basic *****************
{
"robotId": 30001
}
curl --location --request POST '/woosh/robot/Battery' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 30001
}'
{"body":{"batteryCycle":0,"chargeCycle":0,"chargeState":1,"health":0,"power":91,"robotId":30001,"tempMax":0},"msg":"","ok":true,"type":"woosh.robot.Battery"}