{
"deviceSn": "string",
"storeId": "string",
"startTime": "string",
"endTime": "string"
}curl --location --request POST 'https://bcloud.jftechws.com/openApi/gather/ai/passenger/flow/queryCount' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSn": "string",
"storeId": "string",
"startTime": "string",
"endTime": "string"
}'{
"success": false,
"msg": "",
"code": "",
"model": {
"sumFlowCount": 0,
"sumInboundCount": 0,
"sumOutboundCount": 0,
"sumPassCount": 0,
"inboundRate": 0.0,
"sumDedInboundCount": 0,
"sumDedOutboundCount": 0,
"sumDedPassCount": 0,
"sumSingleBatchCount": 0,
"sumDoubleBatchCount": 0,
"sumManyBatchCount": 0,
"sumChildrenCount": 0,
"sumYoungCount": 0,
"sumMiddleCount": 0,
"sumOldCount": 0,
"sumManCount": 0,
"sumWomanCount": 0,
"sumAgeUnknownCount": 0,
"sumGenderUnknownCount": 0
},
"attributes": ""
}