Converts the keys of an object from camelCase to snake_case.
The input object with camelCase keys.
A new object with snake_case keys and the same values.
Converts the keys of an object from camelCase to snake_case.