username:password
Authorization: Basic *****************
{
"id": 681348378,
"unstick": false
}
curl --location --request POST '/woosh/dispatch/task/StickTask' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 681348378,
"unstick": false
}'
{"body":{"id":0,"unstick":false},"msg":"","ok":true,"type":"woosh.dispatch.task.StickTask"}