username:passwordAuthorization: Basic *****************{
"pose": {
"x": 12.3,
"y": 5.6,
"theta": 1.57
}
}curl --location --request POST '169.254.128.2:5480/woosh/robot/SetRobotPose' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pose": {
"x": 12.3,
"y": 5.6,
"theta": 1.57
}
}'{"body":{},"msg":"Request succeed","ok":true,"type":"woosh.robot.SetRobotPose"}