username:password
Authorization: Basic *****************
{
"robotId": 30001
}
curl --location --request POST '/woosh/robot/PoseSpeed' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 30001
}'
{"body":{"mapId":0,"mileage":0,"pose":{"theta":2.89655304,"x":-8.88137531,"y":0.518660784},"robotId":30001},"msg":"","ok":true,"type":"woosh.robot.PoseSpeed"}