{
"pointId": "string",
"state": 0
}
curl --location --request POST '/api/point/getPointReservationCount' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pointId": "string",
"state": 0
}'
{
"code": 0,
"message": "string",
"data": {
"total": 0
}
}