{
"clientCode": "string",
"groupId": 0,
"statsType": "string",
"stepType": "string",
"debtAgeId": 0,
"riskGrade": 0,
"orderRule": 0
}
curl --location --request POST '/hcStats/queryCurrentMonthRepaymentCaseInfo' \
--header 'token: 11596421593146' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCode": "string",
"groupId": 0,
"statsType": "string",
"stepType": "string",
"debtAgeId": 0,
"riskGrade": 0,
"orderRule": 0
}'
{
"code": "",
"description": "",
"result": {
"count": 0,
"list": [
{
"extCode": "",
"caseId": "",
"respondents": "",
"backAmt": 0.0,
"groupId": 0,
"groupName": "",
"mediatorId": "",
"mediatorName": ""
}
]
}
}