Authorization: Bearer ********************
curl --location --request GET '/user/child/school-disable/wristwatch/getall' \
--header 'Authorization: Bearer <token>'
{
"schoolDisables": [
{
"cid": "string",
"repeats": "string",
"startTime": "string",
"endTime": "string",
"status": true,
"id": "string"
}
]
}