Authorization: Bearer ********************
curl --location --request GET '/user/alarm-clock/getall' \
--header 'Authorization: Bearer <token>'
{
"alarmClocks": [
{
"acid": 3,
"cid": "283b1f62-a876-42c6-a560-268efc07439c",
"label": "nisi non",
"repeats": "0000000",
"time": "25:08",
"onceTime": 1729077062849,
"status": true
}
]
}