Reverse line order except header

With a shell command I want to reverse the lines of a text file, excluding the header line. Number,Letter,Person 1,a,Alice 2,b,Bob 3,c,Claire should become Number,Letter,Person 3,c,Claire 2,b,Bo...