username:password
Authorization: Basic *****************
{
"robotId": 30001
}
curl --location --request POST '/woosh/robot/Model' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 30001
}'
{"body":{"model":[{"x":0.35,"y":0.265,"z":0},{"x":0.4,"y":0.215,"z":0},{"x":0.4,"y":-0.215,"z":0},{"x":0.35,"y":-0.265,"z":0},{"x":-0.35,"y":-0.265,"z":0},{"x":-0.4,"y":-0.215,"z":0},{"x":-0.4,"y":0.215,"z":0},{"x":-0.35,"y":0.265,"z":0}],"robotId":30001},"msg":"","ok":true,"type":"woosh.robot.Model"}