GET
/reports/match-rate-trends
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/reports/match-rate-trends' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"year": 42,
"month": 42,
"manualCount": 42,
"autoCount": 42
}
]