username:passwordAuthorization: Basic *****************{
"type": true
}curl --location '169.254.128.2:5480/woosh/robot/Follow' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"type": true
}'{}