{
"start_time": "string",
"end_time": "string",
"cid": [
"string"
],
"period": "string"
}curl --location --request POST '/schedule/count' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": "string",
"end_time": "string",
"cid": [
"string"
],
"period": "string"
}'{}