curl --request PATCH \
--url https://api.waterfall.host/v1/game/schedules/{serverId}/{scheduleId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"minute": "<string>",
"hour": "<string>",
"day_of_week": "<string>",
"day_of_month": "<string>",
"month": "<string>",
"is_active": true,
"only_when_online": true
}
'