{}
curl --location --request POST '/api/website/stat/homeStat' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 200,
"message": "Ok",
"data": {
"publicizeCnt": 0,
"detectionCnt": 0,
"positiveCnt": 0,
"careCnt": 0,
"cutoffTime": 1730874321754
}
}