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