def merge_intervals(intervals: list[list[int]]) -> list[list[int]]:
    # your move 