post https://app.ondorse.co/api/applications//tasks/run
Responses
xxxxxxxxxx
curl --request POST \
--url https://app.ondorse.co/api/applications/application_id/tasks/run \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"unclear_manually_cleared_tasks": false
}
'