User Info Response
data class UserInfoResponse(val emailAddress: String? = null, val name: String? = null, val phoneNumber: String? = null)
Includes name, email and optionally, phone number. User Information can't be null.
Includes name, email and optionally, phone number. User Information can't be null.