username:password
Authorization: Basic *****************
{
"robots": [
"string"
],
"bucket": {
"start": 0,
"end": 0
}
}
curl --location --request POST '/woosh/dispatch/kanban/RobotTaskCounts' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"robots": [
"string"
],
"bucket": {
"start": 0,
"end": 0
}
}'
{}