scheduled_for is omitted the reset is queued for immediate execution. Multiple pending resets are allowed on the same leaderboard.curl --location --globoff 'https://api.lootlocker.io/admin/game//leaderboard/{{leaderboard_id}}/reset' \
--header 'x-auth-token: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "Season 3 Wipe",
"scheduled_for": "2026-06-15T00:00:00Z"
}'{
"id": 1,
"leaderboard_id": 42,
"game_id": 7,
"name": "Season 3 Wipe",
"status": "pending",
"scheduled_for": "2026-06-15T00:00:00Z",
"requested_at": "2026-06-08T12:00:00Z",
"processed_at": null,
"error_message": null
}