{
"weeks": 127,
"isOpen": true,
"time": "7:00",
"snoozeDuration": 5,
"snoozeTimes": 3,
"ringIndex": 0,
"index": 0
}
curl --location --request POST 'https://mydodo.fun/fishtank/post/alarm' \
--header 'Content-Type: application/json' \
--data-raw '{
"weeks": 127,
"isOpen": true,
"time": "7:00",
"snoozeDuration": 5,
"snoozeTimes": 3,
"ringIndex": 0,
"index": 0
}'
{
"code": 0,
"data": {},
"message": "string"
}