factory TOtpAuthInput.fromJson(Map<String, dynamic> json) => TOtpAuthInput(body: TOtpAuthBody.fromJson(json['body'] as Map<String, dynamic>));