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