GET
/dashboard/overdue-panel
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/dashboard/overdue-panel' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"overdueTaskCount": 42,
"overdueIssueCount": 42
}