username:passwordAuthorization: Basic *****************{
"lift_control2": {
"height": -0.5,
"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 '{
"lift_control2": {
"height": -0.5,
"action": 1
}
}'{}