curl --location '/pda/qc/ipqc/numStatus?checkType=undefined' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": {
"waitNum": 0,
"closedNum": 0
}
}