curl --location -g --request GET 'https://app.hustro.com/api/v2/project//statistic/issuesDetectedResolved?from=2021-07-08T23:13:03.804-07:00&to=2025-07-08T23:13:03.804-07:00&unit=month' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'[
{
"issuesDetected": 10,
"issuesResolved": 5,
"month": 3
}
]