The body rotates around the origin of the KinematicBody2D.
You would have to change the global coordinates of the origin - relative to the parent.
Alternatively, you can create an empty 2d node and make the KinematicBody2D a child of that node, then rotate the empty node.