Return task amount, task done amount, total estimation, total duration
by status by task type by project for open projects. It aggregates the
result at the project level.
GET
/data/tasks/open-tasks/stats
curl \
--request GET 'http://api.example.com/data/tasks/open-tasks/stats' \
--header "Authorization: $API_KEY"