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