username:passwordAuthorization: Basic *****************{
"step_control": {
"steps": [
{
"mode": 3,
"value": 0.5,
"speed": 0.3
}
],
"avoid": 0,
"action": 1
}
}curl --location --request POST '169.254.128.2:5480/woosh/ros/CallAction' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"step_control": {
"steps": [
{
"mode": 3,
"value": 0.5,
"speed": 0.3
}
],
"avoid": 0,
"action": 1
}
}'{}