username:passwordAuthorization: Basic *****************{
"robotId": 30001
}curl --location --request POST '169.254.128.2:5480/woosh/robot/General' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 30001
}'{"body":{"displayModel":"Robase200","modelData":{"height":1550,"length":1250,"load":150,"weight":50,"width":670},"serialNumber":30001,"serviceId":"RB2000030100000000Z","type":1,"urdfName":"wooshmodel_robase200_cp_y","version":{"rc":"1.0.0-1","system":"UROS20210720"}},"msg":"","ok":true,"type":"woosh.robot.General"}