© 2026 Hedgehog Software, LLC
const transformedUserInfo = pipe(userInfo, objectToSnake, (userInfo) => ({ ...userInfo, is_otp_verified: true, }))