{}
curl --location --request POST '/api/work/detectReservation/getListCountStat' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"state": 0,
"count": 0
}
]
}
}