curl --request GET \
--url http://localhost/api/api/cases/closed_cases \
--header 'Authorization: Bearer <token>'{}Retrieve statistics for closed cases, A case is considered closed if it is in either TRUE_HIT or FALSE_HIT status.
curl --request GET \
--url http://localhost/api/api/cases/closed_cases \
--header 'Authorization: Bearer <token>'{}JWT token obtained from AWS Cognito or custom authentication service
Closed cases retrieved successfully.
Closed cases statistics