cURL
curl --request GET \ --url https://api.example.com/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.
JWT token obtained from AWS Cognito or custom authentication service
Closed cases retrieved successfully.
Closed cases statistics